mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Convert autoproxy timeout to use seconds
This commit is contained in:
parent
ab3ccac60f
commit
db4e41a232
6 changed files with 36 additions and 25 deletions
|
|
@ -15,7 +15,7 @@ namespace PluralKit.Core
|
|||
public Partial<PrivacyLevel> FrontPrivacy { get; set; }
|
||||
public Partial<PrivacyLevel> FrontHistoryPrivacy { get; set; }
|
||||
public Partial<bool> PingsEnabled { get; set; }
|
||||
public Partial<int> LatchTimeout { get; set; }
|
||||
public Partial<int?> LatchTimeout { get; set; }
|
||||
|
||||
public override UpdateQueryBuilder Apply(UpdateQueryBuilder b) => b
|
||||
.With("name", Name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue