fix: add limit to i/notifications (#8836)

* fix: add limit to i/notifications

* ms

* remove ms
This commit is contained in:
tamaina 2022-06-14 22:55:58 +09:00 committed by GitHub
parent 10d979bd65
commit f1e6fa8ee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,11 @@ export const meta = {
requireCredential: true,
limit: {
duration: 60000,
max: 10,
},
kind: 'read:notifications',
res: {