File tree 1 file changed +1
-2
lines changed
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(
583
583
error = msg ,
584
584
message = err .human_message if err else None ,
585
585
)
586
- status_content .fill_legacy_booleans ()
587
586
await self .az .intent .send_message_event (
588
587
evt .room_id , EventType .BEEPER_MESSAGE_STATUS , status_content
589
588
)
@@ -784,7 +783,7 @@ async def handle_encrypted(self, evt: EncryptedEvent) -> None:
784
783
try :
785
784
decrypted = await self .e2ee .decrypt (evt , wait_session_timeout = 3 )
786
785
except SessionNotFound as e :
787
- await self ._handle_encrypted_wait (evt , e , wait = 6 )
786
+ await self ._handle_encrypted_wait (evt , e , wait = 22 )
788
787
except DecryptionError as e :
789
788
self .log .warning (f"Failed to decrypt { evt .event_id } : { e } " )
790
789
self .log .trace ("%s decryption traceback:" , evt .event_id , exc_info = True )
You can’t perform that action at this time.
0 commit comments