feat: Add accountUsername to ChatsListScreen for improved user identification
This commit is contained in:
@@ -490,6 +490,7 @@ fun MainScreen(
|
||||
ChatsListScreen(
|
||||
isDarkTheme = isDarkTheme,
|
||||
accountName = accountName,
|
||||
accountUsername = accountUsername,
|
||||
accountPhone = accountPhone,
|
||||
accountPublicKey = accountPublicKey,
|
||||
accountPrivateKey = accountPrivateKey,
|
||||
|
||||
Reference in New Issue
Block a user