mirror of https://github.com/zulip/zulip.git
280523ad48
The naive solution #23465 creates situations where the same user can have multiple reactions as the base emojis are not unique, e.g. +1::skin2 and +1::skin4 would both reduce to +1 but the userlists are separate. This solution handles the reduction, merges the same-base reactions, and deduplicates the userlist. Co-authored-by: Alex Vandiver <alexmv@zulip.com> Co-authored-by: rht <rhtbot@protonmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
gitter.py | ||
import_util.py | ||
mattermost.py | ||
rocketchat.py | ||
sequencer.py | ||
slack.py | ||
slack_message_conversion.py | ||
user_handler.py |