test: Add python test test_qr_securejoin_broadcast, and fix some small bugs I found on the way

This commit is contained in:
Hocuri
2025-09-03 22:07:17 +02:00
parent 8eb5fc528f
commit 60e4899b3a
5 changed files with 130 additions and 13 deletions

View File

@@ -3571,6 +3571,9 @@ async fn apply_in_broadcast_changes(
info!(context, "No-op broadcast 'Member added' message (TRASH)");
msg = "".to_string();
} else {
chat.id
.add_encrypted_msg(context, mime_parser.timestamp_sent)
.await?;
msg = stock_str::msg_add_member_local(context, ContactId::SELF, from_id).await;
}