Skip to content
Snippets Groups Projects
Commit 22248d5d authored by Hazelnoot's avatar Hazelnoot
Browse files

require auth for followers & following endpoints

parent ac1e5a0f
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ import { DI } from '@/di-symbols.js';
export const meta = {
tags: ['federation'],
requireCredential: false,
requireCredential: true,
kind: 'read:account',
res: {
type: 'array',
......
......@@ -13,7 +13,8 @@ import { DI } from '@/di-symbols.js';
export const meta = {
tags: ['federation'],
requireCredential: false,
requireCredential: true,
kind: 'read:account',
res: {
type: 'array',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment