Skip to content
Snippets Groups Projects
Commit e12ec335 authored by Erik Johnston's avatar Erik Johnston
Browse files

"You are not..."

parent e6c5e3f2
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class PresenceStatusRestServlet(ClientV1RestServlet):
)
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment