mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Use the new !avatar syntax in our git integration.
(imported from commit e00bc63f6fb1944ed206b3ede5431ac2b1ae1ac2)
This commit is contained in:
@@ -77,7 +77,7 @@ def git_commit_range(oldrev, newrev):
|
||||
if hasattr(config, "format_commit_message"):
|
||||
commits += config.format_commit_message(author_email, subject, commit_id)
|
||||
else:
|
||||
commits += '!gravatar(%s) %s\n' % (author_email, subject)
|
||||
commits += '!avatar(%s) %s\n' % (author_email, subject)
|
||||
return commits
|
||||
|
||||
def send_bot_message(oldrev, newrev, refname):
|
||||
|
||||
Reference in New Issue
Block a user