We are trying to support sending ActivityPub mentions from writefreely but when posting a "Create" activity with an "Article" object the mentions in that Article get ignored.
Expected behaviour
The mastodon user should get a notification that somebody mentioned them. (This works in pleroma and it also works if I use a custom writefreely build with the "object" type as "Note" instead of "Article"
Actual behaviour
Nothing happens. The mentioned users are never notified.
Steps to reproduce the problem
You can try with the branch activitypub-mentions from writefreely. Changing the type to NewNoteObject in posts.go#1072 shows how the feature should be working.
Specifications
I tested with mastodon 3.0.0 on fosstodon.org. The post does federate with the instance even as nobody follows me from there but it never reaches the intended user.


We are trying to support sending ActivityPub mentions from writefreely but when posting a "Create" activity with an "Article" object the mentions in that Article get ignored.
Expected behaviour
The mastodon user should get a notification that somebody mentioned them. (This works in pleroma and it also works if I use a custom writefreely build with the "object" type as "Note" instead of "Article"
Actual behaviour
Nothing happens. The mentioned users are never notified.
Steps to reproduce the problem
You can try with the branch activitypub-mentions from writefreely. Changing the type to
NewNoteObjectin posts.go#1072 shows how the feature should be working.Specifications
I tested with mastodon 3.0.0 on fosstodon.org. The post does federate with the instance even as nobody follows me from there but it never reaches the intended user.