@dj @dcc @admin @Yoruka @lina @OrganaTheElf @VIPPER @Sovereign @elfgirl6789 @verita84 @lunarised
rate limiting rules are not applied to mrf posts unlike those made by the toot client.
What are you on about? The cachex based ratelimiter in the MRF doesn't create a post when the ratelimit gets hit and instead immediately lets the activity go through without processing it further.
The code literally is
with ..., true <- check_cache(...) do _processing here_ end {:ok, message}where check_cache returns false when ratelimit is reatched.
The (un)block gets fulfilled, but the spammy notifs didn't get created. Did you even bother reading the MRF?