This commit is contained in:
Cyberes 2023-03-18 13:59:55 -06:00
parent 706d8472dd
commit 4271e2668f
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ class Callbacks:
# f"commands a second time).")
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, "❌ 🔐")
async def unknown(self, room: MatrixRoom, event: UnknownEvent) -> None: