takahe/activities
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
..
migrations Add support to dismiss notifications (#605) 2023-07-11 16:37:03 -06:00
models Fix inbox processing errors from pinned posts and non-Mastodon servers (#596) 2023-07-12 09:49:30 -06:00
services Add support to dismiss notifications (#605) 2023-07-11 16:37:03 -06:00
templatetags Some improvements to poll display now they work more 2023-02-19 10:49:06 -07:00
views Debug, search fixes 2023-05-05 23:30:59 -07:00
__init__.py Got up to incoming posts working 2022-11-11 22:02:43 -07:00
admin.py Rework Stator to use a next field and no async 2023-07-07 15:14:06 -06:00
apps.py Got up to incoming posts working 2022-11-11 22:02:43 -07:00