1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-04 10:19:16 +02:00

Emit DC_EVENT_MSGS_CHANGED from dc_prepare_msg()

This commit is contained in:
VP- 2019-03-19 12:34:14 +01:00
parent b7bf637ca5
commit 38fff9c23f
2 changed files with 6 additions and 1 deletions

View file

@ -25,6 +25,7 @@ class TestInCreation:
open(path, 'a').close()
prepared_original = chat.prepare_file(path)
assert prepared_original.get_state().is_out_preparing()
wait_msgs_changed(ac1, chat.id, prepared_original.id)
lp.sec("forward the message while still in creation")
chat2 = ac1.create_group_chat("newgroup")