Revert Context iter changes in 87dc1a44b2 and fix a f-string
Closes #185
This commit is contained in:
@@ -208,7 +208,7 @@ class MatrixHandler:
|
||||
self.log.debug(f"Ignoring message \"{message}\" from {sender} to {room}:"
|
||||
" User is not whitelisted.")
|
||||
return
|
||||
self.log.debug("Received Matrix event \"{message}\" from {sender} in {room}")
|
||||
self.log.debug(f"Received Matrix event \"{message}\" from {sender} in {room}")
|
||||
|
||||
portal = Portal.get_by_mxid(room)
|
||||
if not is_command and portal and (await sender.is_logged_in() or portal.has_bot):
|
||||
|
||||
Reference in New Issue
Block a user