NodeBB v4.0.0 - Categories not following group actors
-
@arachnibot@nodebb.arachnibot.com for Lemmy? No, not anymore.
A future version of Lemmy will remove
audience
. You'll have to dereference the addressing fields (to
,cc
). -
Got it! I just noticed something similar, so thanks for the confirmation!
-
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.
GitHub - Arachnibot/nodebb-tag-to-category at dev
A starter kit for quickly creating NodeBB plugins. - GitHub - Arachnibot/nodebb-tag-to-category at dev
GitHub (github.com)
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!
-
@arachnibot@nodebb.arachnibot.com 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.
-
@julian@community.nodebb.org 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
-
@arachnibot@nodebb.arachnibot.com said in NodeBB v4.0.0 - Categories not following group actors:
@julian@community.nodebb.org 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?
-
Yep! Still this link. Just note there's no settings panel (all just in the plug-in init function), and you'll have to git clone and npm link it to test, since its not ready for the usual method yet
GitHub - Arachnibot/nodebb-tag-to-category at dev
A starter kit for quickly creating NodeBB plugins. - GitHub - Arachnibot/nodebb-tag-to-category at dev
GitHub (github.com)
-
arachnibot@nodebb.arachnibot.comantwortete an arachnibot@community.nodebb.org zuletzt editiert von
GitHub - Arachnibot/nodebb-tag-to-category at dev
A starter kit for quickly creating NodeBB plugins. - GitHub - Arachnibot/nodebb-tag-to-category at dev
GitHub (github.com)
Yep! As above! You
-
arachnibot@nodebb.arachnibot.comantwortete an arachnibot@nodebb.arachnibot.com zuletzt editiert von
@Arachnibot should note you need to manually install with npm link, and configure via editing the plugin initialization right now, but its technically functional.