Ah, that's unfortunate. When NodeBB sends a chat message out, it is just a regular Note with the recipients directly addressed, with no `as:Public` pseudo-user.
So as long as PieFed handles mentioned-only notes the activity should be processed...

julian@community.nodebb.org
@julian@community.nodebb.org
A forum for discussing and organizing recreational softball and baseball games and leagues in the greater Halifax area.
Posts
-
Sending a private message without cc causes a 500 error -
Sending a private message without cc causes a 500 error[@freamon](https://community.nodebb.org/user/freamon) `Create(ChatMessage)` is not part of ActivityPub. From my light research online it is something added by a Pleroma extension and possibly supported by Lemmy. NodeBB will automatically slot received non-public notes as chat messages. -
A way to disable plugin installation via ACP?[@josef](https://community.nodebb.org/user/josef) mm the whole idea is your admins should be trusted users -
nodebb-widget-essentials@Марк-Дакаскос they are not errors, you can ignore them. -
1b12 vs Guppe groups> a PR to Mastodon [@angus@socialhub.activitypub.rocks](https://community.nodebb.org/user/angus%40socialhub.activitypub.rocks) I would hold off on that in favour of a PR to introduce `context` serving and consumption (a la [7888](https://community.nodebb.org//w3id.org/fep/7888)). There are still some issues to work through, but I intend to have it upstreamed (via [@frequency@frequency.app](https://community.nodebb.org/user/frequency%40frequency.app)) once we settle on a semi-final implementation. -
1b12 vs Guppe groupsI have updated NodeBB (`develop`, so v4.1 whenever it drops) so that it conforms with 1b12 per spec: * Only activities will be `Announce`'d * The plain object will be `Announce`'d if the activity is of type `Create`, and it is the top level post -
nodebb-widget-essentials@Марк-Дакаскос widget-essentials is packaged with NodeBB and is compatible. Its version is also pinned to the NodeBB version, so you do not need to update it unless you are upgrading NodeBB versions. -
Sending a private message without cc causes a 500 error[@rikudou](https://community.nodebb.org/user/rikudou) thanks, can you file an issue on the GitHub repo? https://GitHub.com/NodeBB/NodeBB/issues/new -
@testing-ground Coming from Mastodon[@joshb@masto.2tonwaffle.com](https://community.nodebb.org/user/joshb%40masto.2tonwaffle.com) :wave2: -
Hey @julian@community.nodebb.org I'm currently experimenting with a NodeBB setup that has ActivityPub enabled.[@xbermusic@mastodont.cat](https://community.nodebb.org/user/xbermusic%40mastodont.cat) can you try renaming the handle to something else and back again? -
Interesting federation jank between Mastodon and multiple nodeBB sites[@Kichae](https://community.nodebb.org/user/kichae) the github issue is here: https://github.com/NodeBB/NodeBB/issues/13172 I think I found the source of the problem and fixed it. Try updating to the latest `master` or `develop` commit and see if it still happens. -
Hey @julian@community.nodebb.org I'm currently experimenting with a NodeBB setup that has ActivityPub enabled.[@xbermusic@mastodont.cat](https://community.nodebb.org/user/xbermusic%40mastodont.cat) are you still unable to find categories? -
1b12 vs Guppe groups[@angus@socialhub.activitypub.rocks](https://community.nodebb.org/user/angus%40socialhub.activitypub.rocks) the other side of the coin is that Mastodon simply doesn't get the replies to a conversation, which decreases the utility of following a category, no? Rock and a hard place. Ironically this helps my case that Mastodon should implement conversational context and backfill -
Hey @julian@community.nodebb.org I'm currently experimenting with a NodeBB setup that has ActivityPub enabled.Hi [@xbermusic@mastodont.cat](https://community.nodebb.org/user/xbermusic%40mastodont.cat), can you check the category privileges and ensure that the `fediverse` pseudo-user has all of the privileges available to it, specifically "Find Category" and "Access Category"? -
How to subscribe to a thread?[@silverpill@mitra.social](https://community.nodebb.org/user/silverpill%40mitra.social) I think given the addressing limitations of collections, this by-proxy method of determining who to send an `as:Follow` to makes sense as a stopgap measure until ActivityPub's next version... -
1b12 vs Guppe groups[@silverpill@mitra.social](https://community.nodebb.org/user/silverpill%40mitra.social) ah yes, thanks for reminding me of this. When I refactored my 1b12 implementation, I actually removed the second `Announce(Object)`, but I think I will add it back. -
1b12 vs Guppe groups[@panos](https://community.nodebb.org/user/panos) brought up something interesting recently, which is that Lemmy communities don't boost everything (at least when viewed from Mastodon), but just the original post. I wasn't sure whether this was intentional (because 1b12 _definitely_ specifies that everything is boosted, replies and all). The only explanation I can think of is that 1b12 boosts **activities**, and Mastodon doesn't understand that, so it's actually an implementation quirk that causes Mastodon to not actually see the entire conversation. NodeBB used to `Announce(Note)` **and** `Announce(Create(Note))`, and it meant that Mastodon was seeing everything. This was desirable from a synchronization standpoint, but it meant everything was going into Mastodon user feeds, which was [@panos](https://community.nodebb.org/user/panos)' concern. I think Guppe (which is kind of like 1b12? Not sure) boosts everything, but again, am not 100% sure. -
Interesting federation jank between Mastodon and multiple nodeBB sites[@Kichae](https://community.nodebb.org/user/kichae) thanks, will have to play around a bit to see what's going on. -
Interesting federation jank between Mastodon and multiple nodeBB sitesI wonder if it is related to the recent change that showed an "in reply to" bar above a post? I've noticed that that is sometimes empty too. > Searching the posts community.nodebb.org URL did not pull the post and its comments. It should've, what URL did you specifically try to pull? This URL should pull the entire topic: * `https://community.nodebb.org/topic/d9a56cb0-3d17-4d72-a9f7-592421e1c9d1/what-s-a-good-lightweight-good-moderation-tools-foss-forum-system-these-days` This URL (the original post's original URL) should pull only the OP: * `https://mastodon.neilzone.co.uk/users/neil/statuses/113991455813168788` ---- As for my comment being empty, does it come back if you restart your NodeBB? Not that you should need to, just want to see... -
The masochist in me is wondering if running a forum, to act as a meeting point for questions and self-help around the #OnlineSafetyAct, and to aid coordination, might be useful...Hi [@neil@mastodon.neilzone.co.uk](https://community.nodebb.org/user/neil%40mastodon.neilzone.co.uk), thanks [@andyprice@mastodon.social](https://community.nodebb.org/user/andyprice%40mastodon.social) for the shout out. I recommend NodeBB as it's one of a few forums that are still maintained and evolving. The latest version brings support for federation, allowing communication between it and any other software that supports ActivityPub (such as Mastodon, Lemmy, etc.) We focus on the lightweight and fast aspects of forum software. Communication should be seamless, and the software should be lightweight.