Add indicator for who sent the most recent message in a converssation

This commit is contained in:
Jon Staab
2025-08-25 16:24:24 -07:00
parent e4fe18df2f
commit 9da3141650
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -170,7 +170,7 @@
id,
type: "note",
value: event,
showPubkey: created_at - previousCreatedAt > int(15, MINUTE) || previousPubkey !== pubkey,
showPubkey: created_at - previousCreatedAt > int(2, MINUTE) || previousPubkey !== pubkey,
})
previousDate = date