mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
markdown: Change syntax of silent mentions ( _@person -> @_person).
This commit is contained in:
committed by
Tim Abbott
parent
cdce66813e
commit
57b9991396
@@ -254,7 +254,7 @@ def send_signup_message(sender: UserProfile, admin_realm_signup_notifications_st
|
||||
"stream",
|
||||
signup_notifications_stream.name,
|
||||
"signups",
|
||||
"_@**%s|%s** just signed up for Zulip. (total: %i)" % (
|
||||
"@_**%s|%s** just signed up for Zulip. (total: %i)" % (
|
||||
user_profile.full_name, user_profile.id, user_count
|
||||
)
|
||||
)
|
||||
@@ -3491,7 +3491,7 @@ def do_rename_stream(stream: Stream,
|
||||
sender,
|
||||
stream,
|
||||
"welcome",
|
||||
"_@**%s|%d** renamed stream **%s** to **%s**" % (user_profile.full_name,
|
||||
"@_**%s|%d** renamed stream **%s** to **%s**" % (user_profile.full_name,
|
||||
user_profile.id,
|
||||
old_name, new_name)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user