fix(bot): i need to test my code properly before pushing it

This commit is contained in:
spiral 2022-12-10 17:07:07 +00:00
parent 90d94d9330
commit f77308f344
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E

View File

@ -50,7 +50,7 @@ public class PKMember
public bool KeepProxy { get; private set; }
public Instant Created { 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 PrivacyLevel MemberVisibility { get; private set; }