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

This commit is contained in:
Djorkaeff Alexandre 2019-10-01 18:02:39 -03:00 committed by Diego Mello
parent 58190e5b24
commit 1984a4e031
1 changed files with 1 additions and 0 deletions

View File

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