diff options
Diffstat (limited to 'clientapi')
-rw-r--r-- | clientapi/routing/presence.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clientapi/routing/presence.go b/clientapi/routing/presence.go index 63fbb75e..093a6246 100644 --- a/clientapi/routing/presence.go +++ b/clientapi/routing/presence.go @@ -70,7 +70,6 @@ func SetPresence( JSON: jsonerror.Unknown(fmt.Sprintf("Unknown presence '%s'.", presence.Presence)), } } - err := producer.SendPresence(req.Context(), userID, presenceStatus, presence.StatusMsg) if err != nil { log.WithError(err).Errorf("failed to update presence") |