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

This commit is contained in:
2025-12-30 19:18:58 +08:00
14 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -34,7 +34,9 @@ public partial class Conversation
public string TargetName { get; set; } = null!;
public string TargetAvatar { get; set; } = null!;
public string? TargetAvatar { get; set; }
public int ChatType { get; set; }
public virtual Message LastMessage { get; set; } = null!;