mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
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_message_conversion.py | ||
| slack.py | ||
| user_handler.py | ||