mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix: add limit to i/notifications (#8836)
* fix: add limit to i/notifications * ms * remove ms
This commit is contained in:
parent
41eeb9a184
commit
ef3a582f64
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ export const meta = {
|
|||
|
||||
requireCredential: true,
|
||||
|
||||
limit: {
|
||||
duration: 60000,
|
||||
max: 10,
|
||||
},
|
||||
|
||||
kind: 'read:notifications',
|
||||
|
||||
res: {
|
||||
|
|
Loading…
Add table
Reference in a new issue