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)
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)
@projectmoon@forum.agnos.is 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 @julian@community.nodebb.org
@arachnibot@nodebb.arachnibot.com said in NodeBB v4.0.0 - Categories not following group actors:
Sounds good. Looking forward to trying it out. If there’s a way to tie the post back to a Group Actor “user” (which are the local NodeBB users that share/boost the content within NodeBB), then you could probably make the algorithm more reliable. I don’t know anything about the internals of NodeBB, though. Just spitballing ideas.
@projectmoon@forum.agnos.is 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?
@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
).cc @projectmoon@forum.agnos.is
@arachnibot@nodebb.arachnibot.com Only one way to find out!