summaryrefslogtreecommitdiffstats
path: root/api/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/context.go')
-rw-r--r--api/context.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/context.go b/api/context.go
index 765bb502a..7f95fdfbc 100644
--- a/api/context.go
+++ b/api/context.go
@@ -566,6 +566,8 @@ func RemoveAllSessionsForUserIdSkipClusterSend(userId string) {
}
}
+ InvalidateWebConnSessionCacheForUser(userId)
+
}
func AddSessionToCache(session *model.Session) {