mirror of https://github.com/zulip/zulip.git
review: fix for send_message API change
(imported from commit 2a171dc298449e2dacc2f8250e81577741122464)
This commit is contained in:
parent
bb534f7a5f
commit
796869863c
|
@ -310,7 +310,7 @@ def main(args):
|
|||
api_key=file(api_key_file).read().strip(),
|
||||
verbose=True)
|
||||
client.send_message({'type': "private",
|
||||
'recipient': [opts.reviewers],
|
||||
'recipient': opts.reviewers,
|
||||
'content': "I just sent you a review request! Check your email for details."})
|
||||
|
||||
if os.environ.get('REVIEW_USE_SENDMAIL', ''):
|
||||
|
|
Loading…
Reference in New Issue