maintenance.py is throwing this error:
File "/home/piefed/pyfedi/app/shared/tasks/maintenance.py", line 250, in delete_old_soft_deleted_content
if post and (post.image_is is None or post.image_id not in images_used_by_many_posts):
AttributeError: 'Post' object has no attribute 'image_is'. Did you mean: 'image_id'?
maintenance.py is throwing this error:
File "/home/piefed/pyfedi/app/shared/tasks/maintenance.py", line 250, in delete_old_soft_deleted_content
if post and (post.image_is is None or post.image_id not in images_used_by_many_posts):
AttributeError: 'Post' object has no attribute 'image_is'. Did you mean: 'image_id'?