mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 03:25:51 +02:00
feat(backend/ApiCallService): allow limited access for suspend accounts
This commit is contained in:
@@ -25,7 +25,7 @@ export const meta = {
|
||||
|
||||
secure: true,
|
||||
requireCredential: true,
|
||||
prohibitMoved: true,
|
||||
prohibitDeactivated: true,
|
||||
limit: {
|
||||
duration: ms('1day'),
|
||||
max: 5,
|
||||
|
||||
Reference in New Issue
Block a user