mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-12 10:04:19 -05:00
fix bad variable ref
This commit is contained in:
parent
fbe0a82c0d
commit
a1f307f7d1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user