format, add more query extensions

This commit is contained in:
sam 2024-05-30 16:59:40 +02:00
parent f674d059fd
commit 852036a6f7
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
7 changed files with 52 additions and 8 deletions

View file

@ -8,7 +8,7 @@ public class AuthMethod : BaseModel
public Snowflake UserId { get; init; }
public User User { get; init; } = null!;
public Snowflake? FediverseApplicationId { get; init; }
public FediverseApplication? FediverseApplication { get; init; }
}