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:
|
||
|---|---|---|
| .. | ||
| Database | ||
| Dispatch | ||
| Logging | ||
| Models | ||
| Modules | ||
| Services | ||
| Utils | ||
| CoreConfig.cs | ||
| CoreMetrics.cs | ||
| packages.lock.json | ||
| PluralKit.Core.csproj | ||