Skip to content
Snippets Groups Projects
Commit 1984a4e0 authored by Djorkaeff Alexandre's avatar Djorkaeff Alexandre Committed by Diego Mello
Browse files

[FIX] Channel avatars not showing after application unloads (#1264)

parent 58190e5b
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ const handleSelectServer = function* handleSelectServer({ server, version, fetch
try {
user = yield userCollections.find(userId);
user = {
id: user.id,
token: user.token,
username: user.username,
name: user.name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment