summaryrefslogtreecommitdiffstats
path: root/app/session.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/session.go')
-rw-r--r--app/session.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/session.go b/app/session.go
index 31f658e2f..209604dc5 100644
--- a/app/session.go
+++ b/app/session.go
@@ -124,7 +124,7 @@ func (a *App) ClearSessionCacheForUser(userId string) {
if a.Cluster != nil {
msg := &model.ClusterMessage{
Event: model.CLUSTER_EVENT_CLEAR_SESSION_CACHE_FOR_USER,
- SendType: model.CLUSTER_SEND_BEST_EFFORT,
+ SendType: model.CLUSTER_SEND_RELIABLE,
Data: userId,
}
a.Cluster.SendClusterMessage(msg)