@[email protected] sounds good! I’m actually re-assigning the category before creation, rather than using the helpers in TopicTools, but I’ll make the issue in case that should result in the same behavior
@[email protected] sounds good! I’m actually re-assigning the category before creation, rather than using the helpers in TopicTools, but I’ll make the issue in case that should result in the same behavior
Ok! Almost set up with the plugin (though ACP controls are still pending for now). On the dev branch until I get the gui for config done.
https://github.com/Arachnibot/nodebb-tag-to-category/tree/dev
Only bug remaining is topics are not federated out by the group correctly. If anyone knows what triggers the category actor to share a post, let me know!
@[email protected] actually once you mentioned that I got a rough version of that working. I’m not sure if reading the audience property is the right move, but we’ll see if it works on my end I guess?
@[email protected] Adding UI for settings today. Will put on github once that’s done (though I can share the core snippet in a bit). It can also work for auto-moving local tagged posts as well.
Should also mention that not every post from remote actors is tagged, so it might not catch everything. Could possibly have it just read any uncategorized posts and move based on users instead? Might be a better workaround for core, but if you have any thoughts let me know @[email protected]
@[email protected] Oh I think I get you? I Mainly wanted to sync remote group actors to a category for organizational purposes.
In my exact case it would be to collect foreign group actors together so me and my pals can have a more conglomerated niche feed (i.e the games category has posts from local and remote groups sharing stuff about games). Sort of like mastodon’s lists, but with cleaner organization. (if you need a more practical example let me know!)
I’ve got lemmy instances working in my /world feed, so that’s good news, at least. Though, it doesn’t seem I can follow other nodebb categories with my testing ground either. (for instance, https://community.nodebb.org/category/30/activitypub responds with pending as well, even if the other actors are removed from the category’s following requests)
Thank you either way! I know activitypub support been a big goal of yours, so I really appreciate all the hard work!
https://github.com/Arachnibot/nodebb-tag-to-category/tree/dev
Yep! As above!