Merge branch 'feature-nxdev' of https://gitea.nxsir.cn/code/IM into feature-nxdev

This commit is contained in:
2025-12-30 17:58:59 +08:00
22 changed files with 829 additions and 7 deletions
+4
View File
@@ -32,6 +32,10 @@ public partial class Conversation
/// </summary>
public int UnreadCount { get; set; }
public string TargetName { get; set; } = null!;
public string TargetAvatar { get; set; } = null!;
public virtual Message LastMessage { get; set; } = null!;
public virtual User User { get; set; } = null!;