mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 20:40:18 +00:00
fix(community): Remove " You" suffix from the current user name
fixes: #6455
This commit is contained in:
parent
430c5eb0b7
commit
36acf3bc30
@ -134,7 +134,6 @@ method addChatMember*(self: Module, member: ChatMember) =
|
||||
var status = OnlineStatus.Online
|
||||
var displayName = contactDetails.displayName
|
||||
if (isMe):
|
||||
displayName = displayName & " (You)"
|
||||
let currentUserStatus = intToEnum(singletonInstance.userProfile.getCurrentUserStatus(), StatusType.Unknown)
|
||||
status = toOnlineStatus(currentUserStatus)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user