mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Add configurable autoproxy latch timeout
This commit is contained in:
parent
37294b68da
commit
8e5fb6520b
8 changed files with 70 additions and 10 deletions
|
|
@ -18,6 +18,7 @@ namespace PluralKit.Core {
|
|||
public Instant Created { get; }
|
||||
public string UiTz { get; set; }
|
||||
public bool PingsEnabled { get; }
|
||||
public int LatchTimeout { get; }
|
||||
public PrivacyLevel DescriptionPrivacy { get; }
|
||||
public PrivacyLevel MemberListPrivacy { get;}
|
||||
public PrivacyLevel FrontPrivacy { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue