Add missing pathing information to frontend

This commit is contained in:
Jack Kingsman
2026-01-18 14:17:49 -08:00
parent b13af6433d
commit 13220c4a8f
19 changed files with 281 additions and 40 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ function createLocalMessage(conversationKey: string, text: string, outgoing: boo
text,
sender_timestamp: now,
received_at: now,
path_len: null,
path: null,
txt_type: 0,
signature: null,
outgoing,
+1 -1
View File
@@ -99,7 +99,7 @@ function createLocalMessage(
text,
sender_timestamp: now,
received_at: now,
path_len: null,
path: null,
txt_type: 0,
signature: null,
outgoing,