André Menrath
André Menrath
I can see use cases where it would be better not pass the language information via `@language` but use the `contentMap` instead. As many multilingual plugins save an extra post...
It totally is possible, but I did not fully understand, what you would prefer.
The question: does the Mastodon server you use has also received the object that way? There already is a filter where you can set the locale. https://github.com/Automattic/wordpress-activitypub/blob/master/includes/transformer/class-post.php#L684 But it would...
I think with WordPress itself working on multi-language support in the core, this should be kept open, even if it is not necessary to implement a solution in this plugin...
From my point of view this is also a privacy issue. I think this is also related to https://github.com/Automattic/wordpress-activitypub/pull/622 I also almost started working on this weeks ago.
I fixed a small typo, which may have lead to confusion, if anyone should have tested it. > If this is a completely different thing maybe we should handle it...
> I am still not sure about the sub-post solution (or the whole follower structure, like I described above), but regardless of that, I don't think it should be a...
> What about working with the post state (pending, approved, ...) instead of a new custom post type? I would also love to see the model and controller of the...
> Or maybe we could simply work with metas, like `activitypub_pending_user_id` and rename it to `activitypub_user_id` when approved? Here we would in both cases have to save the id of...
> Because we had a lot of discussions and problems with taxonomies on WordPress.com I would avoid them for now. My problem is with the sub-type is, that it adds...