This commit is contained in:
March 7th
2022-03-21 11:23:41 +07:00
parent bb3d582f61
commit 33c82f4e81
2 changed files with 4 additions and 4 deletions

View File

@@ -103,7 +103,7 @@ class ClientUserSettingManager extends CachedManager {
this.showEmojiReactions = data.render_reactions;
}
if ('custom_status' in data) {
this.customStatus = data.custom_status || {};
this.customStatus = data.custom_status || {}; // Thanks PinkDuwc._#3443 reported this issue
this.customStatus.status = data.status;
}
if ('guild_folders' in data) {