summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-03-07 15:45:28 +0000
committerdakkar <dakkar@thenautilus.net>2024-03-07 15:45:28 +0000
commit5ba9a3f2005e6ffcb78eecfc257057ef82a2e874 (patch)
tree75529101477b7daecda002e807242964f445a980 /CONTRIBUTING.md
parentmerge: update list of project members (!452) (diff)
parentupdate notes to make sure we remember to check import/create problems (diff)
downloadsharkey-5ba9a3f2005e6ffcb78eecfc257057ef82a2e874.tar.gz
sharkey-5ba9a3f2005e6ffcb78eecfc257057ef82a2e874.tar.bz2
sharkey-5ba9a3f2005e6ffcb78eecfc257057ef82a2e874.zip
merge: check prohibited words when creating notes (!461)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/461 Approved-by: Amelia Yukii <amelia.yukii@shourai.de> Approved-by: Luna <her@mint.lgbt>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index fefabc513d..50f323fab0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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`