fix(chat): 回复后再移出待处理
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user