Add lastDate property to Chat interface and update chat lastDate on preload

This commit is contained in:
Kwaroran
2025-03-10 22:25:08 +09:00
parent 40bf90a9df
commit 2738237f6b
2 changed files with 3 additions and 1 deletions

View File

@@ -1332,6 +1332,7 @@ export interface Chat{
fmIndex?:number
hypaV3Data?:SerializableHypaV3Data
folderId?:string
lastDate?:number
}
export interface ChatFolder{