mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Merge branch 'fix3782' of https://github.com/deltachat/deltachat-core-rust into fix3782
This commit is contained in:
@@ -106,8 +106,13 @@ class TestGroupStressTests:
|
|||||||
msg = ac2._evtracker.wait_next_incoming_message()
|
msg = ac2._evtracker.wait_next_incoming_message()
|
||||||
|
|
||||||
lp.sec("ac1: removing ac3")
|
lp.sec("ac1: removing ac3")
|
||||||
|
ac1._evtracker.consume_events()
|
||||||
chat.remove_contact(ac3)
|
chat.remove_contact(ac3)
|
||||||
|
|
||||||
|
# Ensure the message is not pending,
|
||||||
|
# so we will reference it in the In-Reply-To.
|
||||||
|
ac1._evtracker.get_matching("DC_EVENT_SMTP_MESSAGE_SENT")
|
||||||
|
|
||||||
lp.sec("ac1: adding ac2 back")
|
lp.sec("ac1: adding ac2 back")
|
||||||
# Group is promoted, message is sent automatically
|
# Group is promoted, message is sent automatically
|
||||||
assert chat.is_promoted()
|
assert chat.is_promoted()
|
||||||
|
|||||||
Reference in New Issue
Block a user