File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -583,7 +583,6 @@ async def _send_crypto_status_error(
583583 error = msg ,
584584 message = err .human_message if err else None ,
585585 )
586- status_content .fill_legacy_booleans ()
587586 await self .az .intent .send_message_event (
588587 evt .room_id , EventType .BEEPER_MESSAGE_STATUS , status_content
589588 )
@@ -784,7 +783,7 @@ async def handle_encrypted(self, evt: EncryptedEvent) -> None:
784783 try :
785784 decrypted = await self .e2ee .decrypt (evt , wait_session_timeout = 3 )
786785 except SessionNotFound as e :
787- await self ._handle_encrypted_wait (evt , e , wait = 6 )
786+ await self ._handle_encrypted_wait (evt , e , wait = 22 )
788787 except DecryptionError as e :
789788 self .log .warning (f"Failed to decrypt { evt .event_id } : { e } " )
790789 self .log .trace ("%s decryption traceback:" , evt .event_id , exc_info = True )
You can’t perform that action at this time.
0 commit comments