Fixed mentions.

This commit is contained in:
retoor 2025-05-27 11:45:23 +02:00
parent fb3980dad0
commit 69352fe0b5

View File

@ -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;