Fix private message routing

- Add recipient ID to private message packets for proper routing
- Private messages now correctly include recipientID field
- Add comprehensive debug logging for private message flow
- Messages are now properly delivered to intended recipients
- Add asterisk after bitchat text in header
This commit is contained in:
jack
2025-07-03 23:20:07 +02:00
parent 6652d1f429
commit 63c0ed4960
2 changed files with 56 additions and 40 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ struct ContentView: View {
} else {
// Public chat header
HStack(spacing: 4) {
Text("bitchat")
Text("bitchat*")
.font(.system(size: 18, weight: .medium, design: .monospaced))
.foregroundColor(textColor)