mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
This commit adds support for removing reactions via DELETE requests to the /reactions endpoint with parameters emoji_name and message_id. The reaction is deleted from the database and a reaction event is sent out with 'op' set to 'remove'. Tests are added to check: 1. Removing a reaction that does not exist fails 2. When removing a reaction, the event payload and users are correct |
||
|---|---|---|
| .. | ||
| jinja2 | ||
| __init__.py | ||
| backends.py | ||
| dev_settings.py | ||
| dev_urls.py | ||
| legacy_urls.py | ||
| local_settings.py | ||
| prod_settings_template.py | ||
| settings.py | ||
| terms.md.template | ||
| test_settings.py | ||
| urls.py | ||
| wsgi.py | ||