fix: add limit to i/notifications (#8836)
* fix: add limit to i/notifications * ms * remove ms
This commit is contained in:
@ -12,6 +12,11 @@ export const meta = {
|
||||
|
||||
requireCredential: true,
|
||||
|
||||
limit: {
|
||||
duration: 60000,
|
||||
max: 10,
|
||||
},
|
||||
|
||||
kind: 'read:notifications',
|
||||
|
||||
res: {
|
||||
|
Reference in New Issue
Block a user