summaryrefslogtreecommitdiffstats
path: root/webapp/actions/global_actions.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-01-03 12:37:47 -0500
committerCorey Hulen <corey@hulen.com>2017-01-03 12:37:47 -0500
commit2308499fa46a31b455663c164e218a5e3bae6042 (patch)
tree97c266f175452fb658196b41bf6bd173badd9e75 /webapp/actions/global_actions.jsx
parente74c66d7f6a1f515d2380d0f163b2958f03c2bc7 (diff)
downloadchat-2308499fa46a31b455663c164e218a5e3bae6042.tar.gz
chat-2308499fa46a31b455663c164e218a5e3bae6042.tar.bz2
chat-2308499fa46a31b455663c164e218a5e3bae6042.zip
Fix unread for your own message after logout (#4943)
Diffstat (limited to 'webapp/actions/global_actions.jsx')
-rw-r--r--webapp/actions/global_actions.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/actions/global_actions.jsx b/webapp/actions/global_actions.jsx
index f1714def2..9dd3eff35 100644
--- a/webapp/actions/global_actions.jsx
+++ b/webapp/actions/global_actions.jsx
@@ -490,6 +490,7 @@ export function clientLogout(redirectTo = '/') {
PreferenceStore.clear();
UserStore.clear();
TeamStore.clear();
+ ChannelStore.clear();
newLocalizationSelected(global.window.mm_config.DefaultClientLocale);
stopPeriodicStatusUpdates();
WebsocketActions.close();