1
0

upd: improve note edit table & improve previous version view

Closes transfem-org/Sharkey#105
This commit is contained in:
Mar0xy
2023-10-22 13:16:30 +02:00
parent 6b3b805a3e
commit d50e81e475
8 changed files with 463 additions and 101 deletions
+2 -1
View File
@@ -230,7 +230,8 @@ export type NoteReaction = {
export type NoteEdit = {
noteId: Note['id'];
note: Note;
text: string;
newText: string;
oldText: string;
cw: string;
fileIds: DriveFile['id'][];
updatedAt?: DateString;