Skip to content

Fix activity expirations again

feld requested to merge fix/activity-expirations-again into develop
  • Ensure we only have expirations for Activity type 'Create', and Object type 'Note' in the table. Previous runs of the mix task will create invalid entries in the table which cannot be deleted.
  • Fix mix task to only insert expirations for type 'Create', and Object type 'Note'
  • For now, Limit Cron to expiring 50 posts per minute
  • Don't expire/delete posts that are pinned

This means tons of posts that need to be expired will take more time, but it's better behavior for now.

Edited by feld

Merge request reports