mirror of https://github.com/zulip/zulip.git
review: Fix review with new to: sending.
(imported from commit 67f588afbc6ec6556d31827c8c9495fbaa59fadf)
This commit is contained in:
parent
2ed1917a10
commit
b8f65fb8aa
|
@ -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,
|
||||
'to': 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