merge: Add "follow back" button on follow-related notifications (resolves #895) (!873)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/873

Closes #895

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
Marie 2025-02-07 03:50:12 +00:00
commit d6c4b728df
2 changed files with 43 additions and 6 deletions

View file

@ -57,10 +57,10 @@ export const meta = {
},
},
// 5 calls per 2 seconds
// up to 50 calls @ 4 per second
limit: {
duration: 1000 * 2,
max: 5,
max: 50,
dripRate: 250,
},
} as const;