Revert "Show numbers in message sender label"
This reverts commit 9e617db031.
This commit is contained in:
parent
b37476785c
commit
984a5384a5
|
|
@ -536,7 +536,7 @@ public sealed partial class NanoChatUiFragment : BoxContainer
|
|||
// Try to get sender name from contacts first, then recipients
|
||||
if (_recipients.TryGetValue(message.SenderId, out var senderRecipient))
|
||||
{
|
||||
senderName = senderRecipient.Name + $"#{message.SenderId:D4}";
|
||||
senderName = senderRecipient.Name;
|
||||
}
|
||||
|
||||
// If not in recipients, try contacts list (station-wide directory)
|
||||
|
|
|
|||
Loading…
Reference in New Issue