upd: store old date and use it in previous versions
This commit is contained in:
parent
2706b6b618
commit
83be996a3d
6 changed files with 27 additions and 6 deletions
|
@ -235,6 +235,7 @@ export type NoteEdit = {
|
|||
cw: string;
|
||||
fileIds: DriveFile['id'][];
|
||||
updatedAt?: DateString;
|
||||
oldDate: DateString;
|
||||
}
|
||||
|
||||
export type Notification = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue