mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
This prep commit renames: * 'stream_wildcard_mention_allowed_in_large_stream' to 'wildcard_mention_policy_authorizes_user' because the function checks if the sender is allowed to use wildcard mentions based on the 'wildcard_mention_policy' setting, and we plan to use that for topic wildcard mentions too. * 'stream_wildcard_mention_large_stream_threshold' to 'wildcard_mention_threshold' because this value is going to be used as a threshold value for the max number of subscribers and participant count allowed for stream and topic wildcard mention respectively. |
||
|---|---|---|
| .. | ||
| lib | ||
| admin.test.ts | ||
| compose.test.ts | ||
| copy-and-paste.test.ts | ||
| custom-profile.test.ts | ||
| delete-message.test.ts | ||
| drafts.test.ts | ||
| edit.test.ts | ||
| mention.test.ts | ||
| message-basics.test.ts | ||
| navigation.test.ts | ||
| realm-creation.test.ts | ||
| realm-linkifier.test.ts | ||
| realm-playground.test.ts | ||
| settings.test.ts | ||
| stars.test.ts | ||
| stream_create.test.ts | ||
| subscribe_toggle.test.ts | ||
| user-deactivation.test.ts | ||
| user-status.test.ts | ||