summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notes/reactions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints/notes/reactions.ts')
-rw-r--r--src/server/api/endpoints/notes/reactions.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/api/endpoints/notes/reactions.ts b/src/server/api/endpoints/notes/reactions.ts
index 74f22cc774..c67dd6d82b 100644
--- a/src/server/api/endpoints/notes/reactions.ts
+++ b/src/server/api/endpoints/notes/reactions.ts
@@ -11,6 +11,8 @@ export const meta = {
'en-US': 'Show reactions of a note.'
},
+ tags: ['notes', 'reactions'],
+
requireCredential: false,
params: {