feat: restore default stream details
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -15,6 +15,9 @@ public class Account
|
||||
|
||||
[JsonProperty("forwards")]
|
||||
public List<ForwardDest> Forwards { get; init; } = new();
|
||||
|
||||
[JsonProperty("details")]
|
||||
public PatchEvent? Details { get; init; }
|
||||
}
|
||||
|
||||
public class AccountEndpoint
|
||||
|
Reference in New Issue
Block a user