User avatar
ari ariYeah @ari@arimelody.space
11mo
anyways iceshrimp.js (and possibly other misskey forks) uses ratelimiter which stores state in redis. if you've been rate-limited, check if your instance uses a redis instance and look for keys under <INSTANCE-HOST>:limit:<USER_ID>. you can DEL them or even ZRANGE <KEY> 0 -1 to view the logs the rate limiter is running with