mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
Fix comment
(imported from commit 6f8eac90e5b011bd25b09e562ebcb9d2cae39a06)
This commit is contained in:
parent
bcc03dd4ab
commit
6fcfcf3f32
@ -375,8 +375,8 @@ def extract_recipients(raw_recipients):
|
||||
return list(set(recipient for recipient in recipients if recipient))
|
||||
|
||||
# check_send_message:
|
||||
# Returns None on success or the error message on error.
|
||||
# has same argspec as check_message
|
||||
# Returns the id of the sent message on success or the error message on error.
|
||||
# Has same argspec as check_message
|
||||
def check_send_message(*args, **kwargs):
|
||||
message = check_message(*args, **kwargs)
|
||||
if(type(message) != dict):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user