mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Oops, forgot to add new Discord field to compact messages, fixed that
This commit is contained in:
parent
7d820367fb
commit
bb345defac
|
@ -307,6 +307,8 @@ def compact_formatter(action, change, parsed_comment, categories):
|
|||
field = _("XVL link")
|
||||
elif change["logparams"]['4:section'] == "profile-link-steam":
|
||||
field = _("Steam link")
|
||||
elif change["logparams"]['4:section'] == "profile-link-discord":
|
||||
field = _("Discord handle")
|
||||
else:
|
||||
field = _("unknown")
|
||||
content = _("[{author}]({author_url}) edited the {field} on [{target}]({target_url})'s profile. *({desc})*").format(author=author,
|
||||
|
|
Loading…
Reference in a new issue