PluralKit/PluralKit.Core/Models/Patch
Iris System 2bffee5450 fix(bot): fix import/export with incorrect webhook_avatar_url
Incorrect use of `member.WebhookAvatarFor` in member JSON creation
meant that exports of members without a webhook avatar set had the
normal avatar URL present in both fields.

This also adds a check to the importer to ignore the value of the
webhook_avatar_url field if it is the same as the avatar_url field.

Fixes: ccb89f50e9 (feat(bot): allow separate member avatars for proxied messages)
Co-authored-by: spiral <spiral@spiral.sh>
2023-03-21 23:35:49 +13:00
..
AccountPatch.cs feat: cache Discord DM channels in database 2022-01-22 02:47:47 -05:00
AutoproxyPatch.cs feat(api): add autoproxy endpoints 2022-06-02 13:32:31 -04:00
GroupPatch.cs feat: rework group list into member list 2022-01-14 22:30:02 -05:00
GuildPatch.cs feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
MemberGuildPatch.cs feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
MemberPatch.cs fix(bot): fix import/export with incorrect webhook_avatar_url 2023-03-21 23:35:49 +13:00
PatchObject.cs feat: upgrade to .NET 6, refactor everything 2021-11-26 21:10:56 -05:00
SystemConfigPatch.cs feat(bot): Case insensitive proxy tags matching (#490) 2022-11-23 21:48:24 +13:00
SystemGuildPatch.cs feat: rewrite database schema for localized autoproxy 2022-03-21 23:43:33 -04:00
SystemPatch.cs chore: remove API v1 2022-04-20 12:20:03 -04:00