Conversation
Notices
-
Spacebear.EE Support (support@social.spacebear.ee)'s status on Saturday, 27-Jul-2024 04:40:30 JST Spacebear.EE Support @Astrattamente @pixelfed @pixelfed ack. There is a remote user that I clear from the db and then when they post again pixelfed tries to insert them again but there is a collision. Im having to go through code to see how the collision happens because it should be an update sql and not an insert. It only happens for this one remote user. -
pixelfed (pixelfed@mastodon.social)'s status on Saturday, 27-Jul-2024 04:41:00 JST pixelfed @support @pixelfed@mastodon.uno @Astrattamente Are you actually deleting the profiles from the database or calling `->delete()` because they are soft deleted.
We are in the process of refactoring this logic so servers can clear out old deleted profiles and posts, without integrity issues due to soft deletions.
-