mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
actions: Delete zerver.lib.actions.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -149,7 +149,7 @@ def send_notification_http(realm: Realm, data: Mapping[str, Any]) -> None:
|
||||
# The core function for sending an event from Django to Tornado (which
|
||||
# will then push it to web and mobile clients for the target users).
|
||||
# By convention, send_event should only be called from
|
||||
# zerver/lib/actions.py, which helps make it easy to find event
|
||||
# zerver/actions/*.py, which helps make it easy to find event
|
||||
# generation code.
|
||||
#
|
||||
# Every call point should be covered by a test in `test_events.py`,
|
||||
|
||||
Reference in New Issue
Block a user