mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Fix formatting
This commit is contained in:
parent
59af6f02e8
commit
50c9675963
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ namespace PluralKit.Core {
|
|||
[JsonProperty("created")] public Instant Created { get; set; }
|
||||
[JsonProperty("tz")] public string UiTz { get; set; }
|
||||
[JsonProperty("ping")] public bool Pings { get; set; }
|
||||
public PrivacyLevel DescriptionPrivacy { get; set; }
|
||||
public PrivacyLevel DescriptionPrivacy { get; set; }
|
||||
public PrivacyLevel MemberListPrivacy { get; set; }
|
||||
public PrivacyLevel FrontPrivacy { get; set; }
|
||||
public PrivacyLevel FrontHistoryPrivacy { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue