this post was submitted on 22 Jan 2025
0 points (NaN% liked)

Technical Support

0 readers
1 users here now

Need help with installing or configuring NodeBB? Look here.

founded 2 weeks ago
 

c40d9378-d355-4d5c-80b0-b0b43b509e55-image.png

Seems my testing ground can't follow sync with group actors/remote categories. I'm assuming the null id is related, but haven't figured out how to remove it yet (unfollow button just refreshes the page)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 6 days ago (3 children)

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] 0 points 6 days ago (2 children)

@[email protected] mm actually this also doesn't happen currently when you manually move a topic to a category.

Your local account boosts it but not the category. That's a feature I'd like to add to core, please open an issue.

[–] [email protected] 0 points 6 days ago (1 children)

@[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] 0 points 5 days ago

@[email protected] said in NodeBB v4.0.0 - Categories not following group actors:

@[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

I'm very eager to try this plugin lol. Have you put it up on GitHub somewhere yet?