Add read receipt, fix connection quality

This commit is contained in:
Jon Staab
2024-05-21 15:49:02 -07:00
parent 79a6253b90
commit eca11b4fb2
6 changed files with 14 additions and 12 deletions
+1
View File
@@ -20,6 +20,7 @@ export const GROUP_CHAT_THREAD = 11
export const GROUP_CHAT_THREAD_REPLY = 12
export const SEAL = 13
export const DIRECT_MESSAGE = 14
export const READ_RECEIPT = 15
export const GENERIC_REPOST = 16
export const CHANNEL_CREATE = 40
export const CHANNEL_UPDATE = 41
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@welshman/util",
"version": "0.0.8",
"version": "0.0.9",
"author": "hodlbod",
"license": "MIT",
"description": "A collection of nostr-related utilities.",