fix
This commit is contained in:
parent
7ae1e5c83a
commit
7d37ffb7a1
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class InviteChecker:
|
||||||
logger.error(f"Failed to fetch policy room ban list from room {room_id}. Error: {str(e)}")
|
logger.error(f"Failed to fetch policy room ban list from room {room_id}. Error: {str(e)}")
|
||||||
|
|
||||||
logger.info(f"Total banned entities from all policy rooms: {len(banned_entities)}")
|
logger.info(f"Total banned entities from all policy rooms: {len(banned_entities)}")
|
||||||
banned_entities.add('@ravage:xentonix.net')
|
#banned_entities.add('@ravage:xentonix.net')
|
||||||
return banned_entities
|
return banned_entities
|
||||||
|
|
||||||
@inlineCallbacks
|
@inlineCallbacks
|
||||||
|
|
Loading…
Reference in a new issue