Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
"You are not..."
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Feb 18, 2016
1 parent e6c5e3f commit e12ec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/rest/client/v1/presence.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def on_GET(self, request, user_id):
)

if not allowed:
raise AuthError(403, "You are allowed to see their presence.")
raise AuthError(403, "You are not allowed to see their presence.")

state = yield self.handlers.presence_handler.get_state(target_user=user)

Expand Down

0 comments on commit e12ec33

Please sign in to comment.