Move rich topics out of labs / stabilise MSC3765 (#29817)

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Johannes Marbach
2025-04-28 16:05:36 +00:00
committed by GitHub
parent c3c04323e1
commit 160a7c1ae3
3 changed files with 0 additions and 15 deletions
-4
View File
@@ -480,10 +480,6 @@ export function topicToHtml(
ref?: LegacyRef<HTMLSpanElement>,
allowExtendedHtml = false,
): ReactNode {
if (!SettingsStore.getValue("feature_html_topic")) {
htmlTopic = undefined;
}
let isFormattedTopic = !!htmlTopic;
let topicHasEmoji = false;
let safeTopic = "";