mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
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:
|
||
|---|---|---|
| .. | ||
| AccountPatch.cs | ||
| AutoproxyPatch.cs | ||
| GroupPatch.cs | ||
| GuildPatch.cs | ||
| MemberGuildPatch.cs | ||
| MemberPatch.cs | ||
| PatchObject.cs | ||
| SystemConfigPatch.cs | ||
| SystemGuildPatch.cs | ||
| SystemPatch.cs | ||