Skip to content
Snippets Groups Projects
Commit c566fa1f authored by Hazelnoot's avatar Hazelnoot Committed by Hazelnoot
Browse files

require auth for followers & following endpoints

parent 1906dbe1
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