update notes to make sure we remember to check import/create problems

This commit is contained in:
dakkar 2024-03-05 16:54:31 +00:00
parent ff0117a1a5
commit 29eea64d46
1 changed files with 2 additions and 0 deletions

View File

@ -462,6 +462,8 @@ fix conflicts and *commit*!
*after that commit*, do all the extra work, on the same branch:
* copy all changes:
* from `NoteCreateService.create` to `NoteCreateService.import` (and
vice versa if `git` got confused!)
* from `NoteCreateService` to `NoteEditService`
* from `ApNoteService.createNote` to `ApNoteService.updateNote`
* from `endoints/notes/create.ts` to `endoints/notes/edit.ts`