Stream forwarding
This commit is contained in:
@ -56,4 +56,5 @@ public class User
|
||||
|
||||
public List<Payment> Payments { get; init; } = new();
|
||||
public List<UserStream> Streams { get; init; } = new();
|
||||
public List<UserStreamForwards> Forwards { get; init; } = new();
|
||||
}
|
||||
|
Reference in New Issue
Block a user