mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
The floating_recipient_bar is cloned from recipient_bar elements.
The cloning created elements in the DOM with duplicate id
attributes, specifically <span id="timerender{id}">, which
contains the date of the message stream. The timerender span
will now use class="timerender{id}" instead.
Fixes #4997.
Fixes #5128.
35 KiB
35 KiB