mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
We still stub echo functions, but for one of our stubs (`try_deliver_locally`) we now exercise one its actual callees in the stub (`echo.insert_local_message`). And we're still stubbing some callees of `echo.insert_local_message`, since that has all kinds of unwanted side effects, too. The main piece we want from `insert_local_message`, for now, is somewhat realistic handling of our local message ids. We also add a little sanity check that our timestamp does get plumbed through to `local_message.insert_message`.