Fixed updating mention keys when a user's username changes (#2774)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
f73daebb61
Коммит
d8df66c00c
@@ -214,7 +214,6 @@ function highlightCurrentMentions(text, tokens) {
|
||||
}
|
||||
|
||||
for (const mention of UserStore.getCurrentMentionKeys()) {
|
||||
// occasionally we get an empty mention which matches a bunch of empty strings
|
||||
if (!mention) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user