mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Allow '@' in search posts queries.
This commit is contained in:
@@ -22,7 +22,7 @@ constexpr auto kPerPage = 50;
|
||||
|
||||
[[nodiscard]] const QRegularExpression &SearchSplitter() {
|
||||
static const auto result = QRegularExpression(QString::fromLatin1(""
|
||||
"[\\@\\s\\-\\+\\(\\)\\[\\]\\{\\}\\<\\>\\,\\.\\!\\_\\;\\\"\\'\\x0]"));
|
||||
"[\\s\\-\\+\\(\\)\\[\\]\\{\\}\\<\\>\\,\\.\\!\\_\\;\\\"\\'\\x0]"));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user