mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 11:05:19 +00:00
Fix room message routing and improve room UI
- Fix room field not being properly set in BluetoothMeshService sendMessage - Make room name header tappable to open sidebar - Show member count in parentheses next to room name - Display room members including self with "(you)" indicator - Show self in room member list with dot indicator - Disable favorite/chat actions for self in member list - Fix empty room detection logic
This commit is contained in:
@@ -520,6 +520,9 @@ class BluetoothMeshService: NSObject {
|
||||
timestamp: Date(),
|
||||
isRelay: false,
|
||||
originalSender: nil,
|
||||
isPrivate: false,
|
||||
recipientNickname: nil,
|
||||
senderPeerID: self.myPeerID,
|
||||
mentions: mentions.isEmpty ? nil : mentions,
|
||||
room: room
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user