upd: improve note edit table & improve previous version view
Closes transfem-org/Sharkey#105
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user