[CHANGE] Fixed storing account/channel
This commit is contained in:
@@ -11,4 +11,5 @@ public class ClientAccountEntity : DateTimeBase
|
||||
public List<HttpCookieEntity> HttpCookies { get; set; } = [];
|
||||
[MaxLength(DataConstants.DbContext.DefaultDbStringSize)]
|
||||
public string? UserAgent { get; set; }
|
||||
public ChannelEntity? Channel { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user