feat: 完成聊天室领域与用户领域划分通讯
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Yi.Framework.ChatHub.Domain.Shared.Model
|
||||
/// <summary>
|
||||
/// 用户头像
|
||||
/// </summary>
|
||||
public string UserIcon { get; set; }
|
||||
public string? UserIcon { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user