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

Commit 83db393

Browse files
committed
Remove FIXME comment.
1 parent af81dba commit 83db393

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

synapse/api/auth.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ class _InvalidMacaroonException(Exception):
5151

5252
class Auth:
5353
"""
54-
FIXME: This class contains a mix of functions for authenticating users
55-
of our client-server API and authenticating events added to room graphs.
56-
The latter should be moved to synapse.handlers.event_auth.EventAuthHandler.
54+
This class contains functions for authenticating users of our client-server API.
5755
"""
5856

5957
def __init__(self, hs: "HomeServer"):

0 commit comments

Comments
 (0)