zulip/zerver/lib/markdown
Prakhar Pratyush 49388d5d3d topic_mentions: Fix restriction rule for @-topic mentions.
Now, the topic wildcard mention follows the following
rules:
* If the topic has less than 15 participants , anyone
can use @ topic mentions.
* For more than 15, the org setting 'wildcard_mention_policy'
determines who can use @ topic mentions.

Earlier, topic wildcard mentions followed the same restriction
as stream wildcard mentions, which was incorrect.

Fixes part of #27700.
2023-11-23 12:52:25 -08:00
..
__init__.py topic_mentions: Fix restriction rule for @-topic mentions. 2023-11-23 12:52:25 -08:00
api_arguments_table_generator.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
api_return_values_table_generator.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
fenced_code.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
help_emoticon_translations_table.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
help_relative_links.py gear_menu: Rename "Manage streams" -> "Stream settings". 2023-11-17 08:53:41 -08:00
help_settings_links.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
include.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
nested_code_blocks.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
priorities.py markdown: Rewrite /static/ images to use staticfiles_storage.url. 2023-02-14 17:17:06 -05:00
static.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
tabbed_sections.py help: Document ability to drag-and-drop anywhere to upload a file. 2023-11-04 12:49:54 -07:00