takahe/users/services
Osma Ahvenlampi 5549d21528
Fix inbox processing errors from pinned posts and non-Mastodon servers (#596)
If a post (interaction) comes in from AP inbox but no local author profile exists,
fetch_actor will pull in both the identity AND its pinned posts, which the incoming
post might have been. This would case a database integrity violation. We check
for post existing again after syncing the actor.

Post processing also barfed on posts where content didn't follow Mastodon specs.
For example, Kbin sets tag names in 'tag' attribute, instead of 'name' attribute.
2023-07-12 09:49:30 -06:00
..
__init__.py Add admin notification for new identities 2023-01-15 14:48:17 -07:00
announcement.py Implement server announcements 2023-01-13 16:12:05 -07:00
identity.py Fix inbox processing errors from pinned posts and non-Mastodon servers (#596) 2023-07-12 09:49:30 -06:00
user.py Add admin notification for new identities 2023-01-15 14:48:17 -07:00