summaryrefslogtreecommitdiffstats
path: root/api/web_hub.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/web_hub.go')
-rw-r--r--api/web_hub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/web_hub.go b/api/web_hub.go
index 85aa01a6d..89f9891f8 100644
--- a/api/web_hub.go
+++ b/api/web_hub.go
@@ -100,7 +100,7 @@ func (h *Hub) Start() {
}
if !found {
- go SetStatusOffline(userId)
+ go SetStatusOffline(userId, false)
}
case userId := <-h.invalidateUser:
for webCon := range h.connections {