mirror of https://github.com/zulip/zulip.git
6b4ab21562
Private messages between a user and a bot are not restricted by the organization's policy setting for sending private messages. So, for the empty banner text, we set the default title for a single bot for the "pm-with" narrow. Group private messages that include a bot are restricted by this policy setting, so those messages stay the same. Also, since bot's aren't people, we update the text for valid "pm-with", "sender" and "group-pm-with" operands to include the user's full name in the title. When there are multiple people in the "pm-with" narrow, we still send a generic "these people" message instead of listing all the users in the narrow. Finally, we make the default message end in a period instead of an exclamation mark. |
||
---|---|---|
.. | ||
admin.ts | ||
compose.ts | ||
copy-and-paste.ts | ||
custom-profile.ts | ||
delete-message.ts | ||
drafts.ts | ||
edit.ts | ||
mention.ts | ||
message-basics.ts | ||
navigation.ts | ||
realm-creation.ts | ||
realm-linkifier.ts | ||
realm-playground.ts | ||
settings.ts | ||
stars.ts | ||
stream_create.ts | ||
subscribe_toggle.ts | ||
user-deactivation.ts | ||
user-status.ts |