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