1
0

feat: fix auth on poll endpoint and strip /explore

This commit is contained in:
Leafus
2025-10-12 14:10:13 +02:00
parent 2446edee11
commit e2184f0340
8 changed files with 5 additions and 334 deletions
@@ -16,6 +16,9 @@ import { ApiError } from '@/server/api/error.js';
export const meta = {
tags: ['notes'],
requireCredential: true,
kind: 'read:account',
res: {
type: 'array',
optional: false, nullable: false,
@@ -23,7 +23,6 @@ export const meta = {
requireCredential: true,
prohibitMoved: true,
kind: 'write:votes',
errors: {