Use kind 15 to send images in DMs

This commit is contained in:
Jon Staab
2025-06-03 16:46:30 -07:00
parent 55efb3fdfd
commit 43b207c4dc
5 changed files with 88 additions and 16 deletions
+4 -1
View File
@@ -17,6 +17,7 @@
MESSAGE,
INBOX_RELAYS,
DIRECT_MESSAGE,
DIRECT_MESSAGE_FILE,
MUTES,
FOLLOWS,
PROFILE,
@@ -177,7 +178,9 @@
return 1
}
if ([EVENT_TIME, THREAD, MESSAGE, DIRECT_MESSAGE].includes(e.kind)) {
if (
[EVENT_TIME, THREAD, MESSAGE, DIRECT_MESSAGE, DIRECT_MESSAGE_FILE].includes(e.kind)
) {
return 0.9
}