mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Previously the sender was not included in display_recipient when a private message was locally echoed. This broke the copy conversation link functionality, if the user try to copy the link immedeatly after sending the message. This issue is present only during local echo. This was fixed by including the recipient of the user during local echo. Fixes #13547.