mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 23:19:10 +00:00
actions: Delete zerver.lib.actions.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit cc30ed8ec7)
This commit is contained in:
committed by
Tim Abbott
parent
9c927e40d6
commit
4d0ddf483d
@@ -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