@iamtakingiteasy A topic of pleromer DB optimizations got brought up again, and since you have around the same amount of relays you're subscribed to as me, I wonder how bloated you activity table by their announces is. select data->>'type', count(data->>'type') as count from activities group by data->>'type' order by count desc;
@mint Thanks, I'll keep it in mind, but CPU consumption isn't an issue for Eientei yet, nor is database size (for now). Also for MRF maybe it's better to ignore an activity rather than reject it, to avoid some implementations getting stuck in redelivery loop.
@iamtakingiteasy Pleb said the same, I'm not aware if there's even an option besides :ok and :reject, and since Pleroma returns "ok" on inbox endpoint even if the activity is rejected, it shouldn't matter. fetch_object_from_id also checks if there's an object in database before fetching as well.
@iamtakingiteasy@mint thanks for the reminder of this, remembered vaguely someone made the :ignore but was confused when i didn't find it anywhere else after