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

Commit

Permalink
fix bad variable ref
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Jan 28, 2020
1 parent fbe0a82 commit a1f307f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/event_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def check(

# 4c. Otherwise, allow.
# This is removed by https://github.com/matrix-org/matrix-doc/pull/2260
if room_version.special_case_aliases_auth:
if room_version_obj.special_case_aliases_auth:
logger.debug("Allowing! %s", event)
return

Expand Down

0 comments on commit a1f307f

Please sign in to comment.