From 69352fe0b50157f449ef6c7ef2f1406c3d5ec272 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 27 May 2025 11:45:23 +0200 Subject: [PATCH] Fixed mentions. --- src/snek/static/chat-input.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/snek/static/chat-input.js b/src/snek/static/chat-input.js index 0d09d30..9b45b35 100644 --- a/src/snek/static/chat-input.js +++ b/src/snek/static/chat-input.js @@ -258,6 +258,7 @@ levenshteinDistance(a, b) { this.messageUid = "?"; } + this.value = this.replaceMentionsWithAuthors(this.value); this.sendMessage(this.channelUid, this.value).then((uid) => { if (this.liveType) { this.messageUid = uid;