summaryrefslogtreecommitdiffstats
path: root/app/status.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/status.go')
-rw-r--r--app/status.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/status.go b/app/status.go
index 16c43160d..bfeb5c77e 100644
--- a/app/status.go
+++ b/app/status.go
@@ -177,7 +177,7 @@ func (a *App) SetStatusLastActivityAt(userId string, activityAt int64) {
a.SetStatusAwayIfNeeded(userId, false)
}
-func (a *App) SetStatusOnline(userId string, sessionId string, manual bool) {
+func (a *App) SetStatusOnline(userId string, manual bool) {
if !*a.Config().ServiceSettings.EnableUserStatuses {
return
}