mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
# should be valid in links
This commit is contained in:
parent
b3221b09d6
commit
409bfa8c9d
1 changed files with 1 additions and 1 deletions
|
@ -2298,7 +2298,7 @@ TimelineModel::widgetLinks() const
|
|||
// compat with some widgets, i.e. FOSDEM
|
||||
url.replace("$theme", theme);
|
||||
|
||||
url = QUrl::toPercentEncoding(url, "/:?&@=%");
|
||||
url = QUrl::toPercentEncoding(url, "/:@?#&=%");
|
||||
|
||||
list.push_back(
|
||||
QLatin1String("<a href='%1'>%2</a>")
|
||||
|
|
Loading…
Reference in a new issue