mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(bot): i need to test my code properly before pushing it
This commit is contained in:
parent
90d94d9330
commit
f77308f344
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public class PKMember
|
||||||
public bool KeepProxy { get; private set; }
|
public bool KeepProxy { get; private set; }
|
||||||
public Instant Created { get; private set; }
|
public Instant Created { get; private set; }
|
||||||
public int MessageCount { get; private set; }
|
public int MessageCount { get; private set; }
|
||||||
public Instant? LastMessageTimestamp { get; }
|
public Instant? LastMessageTimestamp { get; private set; }
|
||||||
public bool AllowAutoproxy { get; private set; }
|
public bool AllowAutoproxy { get; private set; }
|
||||||
|
|
||||||
public PrivacyLevel MemberVisibility { get; private set; }
|
public PrivacyLevel MemberVisibility { get; private set; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue