logging
This commit is contained in:
parent
706d8472dd
commit
4271e2668f
|
@ -190,6 +190,7 @@ class Callbacks:
|
||||||
# f"commands a second time).")
|
# f"commands a second time).")
|
||||||
|
|
||||||
if event.server_timestamp > self.startup_ts:
|
if event.server_timestamp > self.startup_ts:
|
||||||
|
logger.critical(f'Decryption failure for event {event.event_id} in room {room.room_id}')
|
||||||
await react_to_event(self.client, room.room_id, event.event_id, "❌ 🔐")
|
await react_to_event(self.client, room.room_id, event.event_id, "❌ 🔐")
|
||||||
|
|
||||||
async def unknown(self, room: MatrixRoom, event: UnknownEvent) -> None:
|
async def unknown(self, room: MatrixRoom, event: UnknownEvent) -> None:
|
||||||
|
|
Loading…
Reference in New Issue