mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
create_user: Use silent mentions in user join notices.
This provides more information (email, etc.) when clicked on while being better adapted to email_address_visibility existing. Fixes #27243.
This commit is contained in:
committed by
GitHub
parent
56ccaa571e
commit
7e38d06130
@@ -957,7 +957,7 @@ class InviteUserTest(InviteUserBase):
|
||||
self.assertEqual(inviter_msg.sender.email, "notification-bot@zulip.com")
|
||||
self.assertTrue(
|
||||
inviter_msg.content.startswith(
|
||||
f"alice_zulip.com <`{invitee_profile.email}`> accepted your",
|
||||
f"@_**{invitee_profile.full_name}|{invitee_profile.id}** accepted your",
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user