Replies: 2 comments 2 replies
-
|
The general problem with categories is the naming collision. If you have a tag and a category with the same name, it is hard to reference that properly, because the concept of different taxonomies is not known in the ActivityPub world. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
OK, but assuming there is a filter in the code I referenced, when adding categories it would be the responsibility of the one using that filter to ensure uniqueness, no? ;-) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm kind of old-fashioned and I use tags for non-recurring subject and categories for recurring topics on my blog. For that reason I would like ActivityPub to also use my categories as hashtags. I've been looking around (and getting kind of lost) in the source code and I found
wordpress-activitypub/includes/transformer/class-post.php
Lines 501 to 527 in 2bb66d1
So; any pointers on how to add categories as ActivityPub hashtags?
Beta Was this translation helpful? Give feedback.
All reactions