This is inspired by https://akkoma.dev/AkkomaGang/akkoma/commit/d5828f1c5e54ca236e50ef7837bfba3d1e665854
I revisited the policies:
- anti_link_spam_policy.ex -- Update does not make sense, as there would be at least 1 post or follower for the user
- activity_expiration_policy.ex -- If what we want is just to remove statuses, then this is irrelevant. If we want to save space, then it is desired. -- But this really should be performed in a way that it deletes all Updates of an Object when the Object is deleted. This is already handled.
- force_bot_unlisted_policy.ex -- Scope change is not relevant for edits
- hellthread_policy.ex -- Changing mentions is not relevant for edits
- mention_policy.ex -- Changing mentions is not relevant for edits
- simple_policy.ex -- relevant
- tag_policy.ex -- only media-strip and media-nsfw are relevant