Browse Source

refac: include archived flag in exports

Timothy J. Baek 1 năm trước cách đây
mục cha
commit
eefe01454f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      backend/apps/web/models/chats.py

+ 1 - 0
backend/apps/web/models/chats.py

@@ -64,6 +64,7 @@ class ChatResponse(BaseModel):
     updated_at: int  # timestamp in epoch
     created_at: int  # timestamp in epoch
     share_id: Optional[str] = None  # id of the chat to be shared
+    archived: bool
 
 
 class ChatTitleIdResponse(BaseModel):