| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2024-11-06 19:37:48 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2024-11-06 19:39:02 UTC |
| parent | ad3dba72c562e1f5fcd4eaa311626ffe556028c5 |
| snikket/Client.hx | +0 | -1 |
diff --git a/snikket/Client.hx b/snikket/Client.hx index ee9bfaa..eae4e2a 100644 --- a/snikket/Client.hx +++ b/snikket/Client.hx @@ -812,7 +812,6 @@ class Client extends EventEmitter { } else { getDirectChat(availableChat.chatId, false); } - if (availableChat.displayName != null) chat.setDisplayName(availableChat.displayName); persistence.storeChat(accountId(), chat); this.trigger("chats/update", [chat]); return chat;