Fix error from quote in channel autocomplete (#5092)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
b778db24a7
Коммит
28599d1df8
@@ -1292,7 +1292,7 @@ func (s SqlChannelStore) performSearch(searchQuery string, term string, paramete
|
|||||||
result := StoreResult{}
|
result := StoreResult{}
|
||||||
|
|
||||||
// these chars have special meaning and can be treated as spaces
|
// these chars have special meaning and can be treated as spaces
|
||||||
for _, c := range specialSearchChar {
|
for _, c := range specialUserSearchChar {
|
||||||
term = strings.Replace(term, c, " ", -1)
|
term = strings.Replace(term, c, " ", -1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user