feat(backend): only one sensitive data request per 24 hours

This commit is contained in:
sam 2024-12-29 16:34:11 -05:00
parent db22e35f0d
commit 8edbc8bf1d
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
2 changed files with 7 additions and 0 deletions

View file

@ -105,6 +105,7 @@ public record QueryUserResponse(
Instant LastSidReroll,
bool Suspended,
bool Deleted,
bool ShowSensitiveData,
[property: JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
IEnumerable<AuthMethodResponse>? AuthMethods
);