Cron deletes events that are not expired
It seems there is an issue with the deletion of expired events, namely, the Cronjob deletes events that have not expired yet. To reproduce: create an event with expiration tag of say 7 days from the event's creation date then insert any other event to the relay. The event with the expiration tag will be considered expired by the Cronjob (and deleted)
I'm going to look into this ASAP -- it is probably a bug introduced in a recent refactor.
Hello @hoytech , any updates on this? I'm facing this issue, I can help with code if necessary :)
for the record, I found the bug. Tested it and it seems to work https://github.com/hoytech/strfry/pull/117
Thanks, looking at it now for next release! :+1: