diff --git a/src/wiki.py b/src/wiki.py index 926eaa3..350e178 100644 --- a/src/wiki.py +++ b/src/wiki.py @@ -239,7 +239,7 @@ class Wiki: if "user" in censored_properties and "url" in message["author"]: message["author"]["name"] = context._("hidden") message["author"].pop("url") - if "action" in censored_properties and "url" in message.embed: + if ("action" in censored_properties or ("content" in censored_properties and mode == "log_id")) and "url" in message.embed: message["title"] = context._("~~hidden~~") message.embed.pop("url") if "content" in censored_properties and "fields" in message.embed: