A forum for discussing and organizing recreational softball and baseball games and leagues in the greater Halifax area.
Fediverse, one account for everything?
-
Very complicated all this Fediverse stuff! Far from the dream of having one account for everything, I seemed to need an account on every service to get the whole picture. I have now Nodebb, Mastodon, Lemmy, PixelFed and Peertube! I dont know if Im just not using it properly, or if seeing everything from any one of these site is even possible? [@julian](/user/julian%40community.nodebb.org) how far off is the prospect of using my nodebb account for all Federated chat, is that even achievable in long term?.. in medicine@mander.xyz group nothing arrived There is a post I made earlier (using isurg@lemm.ee) but not this latest one from isurg@nodebb 
-
.. in medicine@mander.xyz group nothing arrived There is a post I made earlier (using isurg@lemm.ee) but not this latest one from isurg@nodebb [@eeeee](/user/eeeee%40community.nodebb.org) Thanks, can you open an issue about this? I'll have to see what Lemmy expects for a new submission.
-
[@eeeee](/user/eeeee%40community.nodebb.org) Thanks, can you open an issue about this? I'll have to see what Lemmy expects for a new submission.[@julian](/user/julian%40community.nodebb.org) I tested out a [root post](https://community.nodebb.org/topic/18670/terminator-2d-no-fate-reimagines-the-classic-action-film-as-an-arcade-side-scrolling-shooter) that mentioned a PieFed community, and it got there okay - it's viewable at https://pythag.net/c/sci_fi (and federated out okay to another PieFed instance at https://palaver.p3x.de/c/sci_fi@pythag.net) My guess as to why Lemmy might not like it is that the activity contains: ```json "audience": "https://community.nodebb.org/category/-1" ``` It looks like Lemmy tries to fetch that and can't parse the response.
-
[@julian](/user/julian%40community.nodebb.org) I tested out a [root post](https://community.nodebb.org/topic/18670/terminator-2d-no-fate-reimagines-the-classic-action-film-as-an-arcade-side-scrolling-shooter) that mentioned a PieFed community, and it got there okay - it's viewable at https://pythag.net/c/sci_fi (and federated out okay to another PieFed instance at https://palaver.p3x.de/c/sci_fi@pythag.net) My guess as to why Lemmy might not like it is that the activity contains: ```json "audience": "https://community.nodebb.org/category/-1" ``` It looks like Lemmy tries to fetch that and can't parse the response.[@freamon](/user/freamon%40community.nodebb.org) oh! You're right on the money. For whatever reason, Lemmy _always_ checks `audience` even though it doesn't need to. I brought this up [for discussion in their github](https://github.com/LemmyNet/lemmy/issues/5278), and it resulted in [@nutomic@lemmy.ml](https://community.nodebb.org/user/nutomic%40lemmy.ml) [removing parsing of `audience` altogether](https://github.com/LemmyNet/lemmy/pull/5315)! So this might actually be a moot point once more Lemmy instances update, but I am not 100% sure.
-
A ActivityPub shared this topic
-
I still cant post into a community on Lemmy. Ive had more tries and looked at other posts which are going in. It seems they are directed in there somehow, not just by mentioning the group in the post. [@julian](/user/julian%40community.nodebb.org) did you get any idea on this?
-
[@eeeee](/user/eeeee%40community.nodebb.org) it is likely due to `audience`. So, what happens on your end is you make a topic and mention the Lemmy community. When NodeBB federates that post out, the Lemmy community is included in the mentions, but it also specifies your category 18, World Chat, in `audience`. If Lemmy sees that, and it doesn't know about that community already, it will drop the activity immediately. If it _does_, then it will likely slot the post into the "World Chat on isurg.com" community on that Lemmy instance. Lemmy removed `audience` checking, so this might be a non-issue. Once that Lemmy instance updates to the latest version, it'll hopefully post to the correct community. That's a tricky one, though, because which community _should_ it post to? * "Medicine" on mander.xyz, or * "World Chat" on isurg.com?
-
Ok but I also referenced [@isurg@lemm.ee](https://community.nodebb.org/user/isurg%40lemm.ee) and that didnt get a notification either
-
I get your dilema about should it post in world or in medicine@mander.xyz So if I want it to go in mander@xyz how to specify that?
-
I get your dilema about should it post in world or in medicine@mander.xyz So if I want it to go in mander@xyz how to specify that?[@eeeee](/user/eeeee%40community.nodebb.org) You wait for me to overhaul the entire `/world`/category UX so that you can "browse" to [@medicine@mander.xyz](https://community.nodebb.org/user/medicine%40mander.xyz) from your NodeBB itself.
-
That sounds good