summaryrefslogtreecommitdiff
path: root/haunt
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2023-03-11 19:35:05 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2023-03-11 19:35:10 -0500
commit655f40bb267cc6df82356a0422146e555b94cf99 (patch)
tree0baac45154d63283d78d929a37380756b6447591 /haunt
parent6463a9f09032f22c8e39ccea757b8a7054f199ba (diff)
Rate limit `put-reaction'
Diffstat (limited to 'haunt')
-rw-r--r--haunt/jakob/dynamic/rate-limiter.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/haunt/jakob/dynamic/rate-limiter.scm b/haunt/jakob/dynamic/rate-limiter.scm
index 36450f9..24239f6 100644
--- a/haunt/jakob/dynamic/rate-limiter.scm
+++ b/haunt/jakob/dynamic/rate-limiter.scm
@@ -37,6 +37,7 @@
(define (rate-limit-for-endpoint name)
(case name
+ ((put-reaction) 1)
((get-event-rsvp) 1)
((get-event-info) 8)
((get-image) 8)