Fixed updating mention keys when a user's username changes (#2774)

Этот коммит содержится в:
Harrison Healey
2016-04-25 08:20:45 -04:00
коммит произвёл Christopher Speller
родитель f73daebb61
Коммит d8df66c00c
4 изменённых файлов: 47 добавлений и 13 удалений

Просмотреть файл

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