upd: store old date and use it in previous versions
This commit is contained in:
@@ -235,6 +235,7 @@ export type NoteEdit = {
|
||||
cw: string;
|
||||
fileIds: DriveFile['id'][];
|
||||
updatedAt?: DateString;
|
||||
oldDate: DateString;
|
||||
}
|
||||
|
||||
export type Notification = {
|
||||
|
||||
Reference in New Issue
Block a user