fix: align backend APIs and upload flow
This commit is contained in:
@@ -69,6 +69,8 @@ namespace IdentityService.Domain.Entities
|
||||
AddDomainEvent(new UserBannedDomainEvent(this.Id, reason));
|
||||
}
|
||||
|
||||
public void Unban() { if (Status == UserState.Banned) Status = UserState.Normal; }
|
||||
|
||||
public void Update(string? nickName, string? region, string? avatar, string? desc)
|
||||
{
|
||||
if (nickName != null)
|
||||
|
||||
Reference in New Issue
Block a user