Revert "Show numbers in message sender label"

This reverts commit 9e617db031.
This commit is contained in:
Tobias Berger 2025-12-11 16:51:02 +01:00
parent b37476785c
commit 984a5384a5
No known key found for this signature in database
GPG Key ID: 2D05EFAB764D6A88
1 changed files with 1 additions and 1 deletions

View File

@ -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)