mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-27 07:05:20 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user