mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 10:40:12 +00:00
Fix member avatar URL not showing up in API responses
This commit is contained in:
parent
8b65754b00
commit
64b633e6b4
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ namespace PluralKit
|
||||||
o.Add("display_name", DisplayName);
|
o.Add("display_name", DisplayName);
|
||||||
o.Add("birthday", Birthday.HasValue ? Formats.DateExportFormat.Format(Birthday.Value) : null);
|
o.Add("birthday", Birthday.HasValue ? Formats.DateExportFormat.Format(Birthday.Value) : null);
|
||||||
o.Add("pronouns", Pronouns);
|
o.Add("pronouns", Pronouns);
|
||||||
|
o.Add("avatar_url", AvatarUrl);
|
||||||
o.Add("description", Description);
|
o.Add("description", Description);
|
||||||
|
|
||||||
var tagArray = new JArray();
|
var tagArray = new JArray();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue