mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
This is a pure code refactor for readability. Previously, we were relying on there being a side effect to add_clean_reaction which was necessitated by the presence of an output parameter, `message` (or more specifically `message.clean_reaction`). Output parameters are confusing. Hence, this commit changes to have a make_clean_reaction function that returns a reaction. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| shared | ||
| styles | ||
| templates | ||
| third | ||
| .gitignore | ||