mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
Currently locally echoed messages are checked using locally_echoed
field in get_editability. Previously it used local_id field but it
was changed in 0e25055c1d. Tests for get_editability used local_id
till now, but the tests were passing as the message was not allowed
to edit due to time limit. This commit fixes the tests to use
locally_echoed field instead.
9.5 KiB
9.5 KiB