浏览代码

refac: include archived flag in exports

Timothy J. Baek 1 年之前
父节点
当前提交
eefe01454f
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
     updated_at: int  # timestamp in epoch
     created_at: int  # timestamp in epoch
     created_at: int  # timestamp in epoch
     share_id: Optional[str] = None  # id of the chat to be shared
     share_id: Optional[str] = None  # id of the chat to be shared
+    archived: bool
 
 
 
 
 class ChatTitleIdResponse(BaseModel):
 class ChatTitleIdResponse(BaseModel):