fix(chat): 回复后再移出待处理

This commit is contained in:
yml2213
2026-08-25 20:27:26 +08:00
parent 16237dcefc
commit cc91979b34
6 changed files with 44 additions and 9 deletions
+1
View File
@@ -30,6 +30,7 @@ type ConversationDTO struct {
LastSenderID uint64 `json:"last_sender_id,omitempty"`
LastSenderRole string `json:"last_sender_role,omitempty"`
UnreadCount int64 `json:"unread_count"`
NeedsReply bool `json:"needs_reply"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}