Kind of fixed #169

This commit is contained in:
Frisk 2020-11-18 16:32:05 +01:00
parent 8b68bcef15
commit a57d0f58a9
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

View file

@ -958,7 +958,7 @@ def embed_formatter(action, change, parsed_comment, categories, recent_changes):
else:
embed.add_field(_("Report this on the support server"), change_params)
embed["author"]["icon_url"] = settings["appearance"]["embed"][action]["icon"]
embed["url"] = quote(link.replace(" ", "_"), "/:?")
embed["url"] = quote(link.replace(" ", "_"), "/:?=&")
if parsed_comment is not None:
embed["description"] = parsed_comment
if settings["appearance"]["embed"]["show_footer"]: