mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
This code will correctly add video call link to the message textarea based on whether 'Add video call' was selected from message composition form or message edit form. The implementation was semi-rewritten by tabbott to remove an unnecessary global variable, with fixes for the unit tests from showell. Fixes #11188.