Skip to content

Fediverse

Discussion and information about the Fediverse.

This category can be followed from the open social web via the handle [email protected]

109 Topics 1.1k Posts
  • 0 Votes
    7 Posts
    103 Views
    julian@community.nodebb.orgJ
    @[email protected] how does Hubzilla communicate this to other 'za instances? Something like a boolean for whether the public can post would take you part of the way there.
  • Hey @julian, can you help me with a quick debugging session?

    6
    0 Votes
    6 Posts
    9 Views
  • Hastags

    4
    0 Votes
    4 Posts
    12 Views
    C
    @julian Thanks, tells me what I needed to know. Even on Mastodon I only really use Hashtags on posts and not on replies so that tracks for personal usage.
  • NodeBB 4.2.0

    nodebb release
    19
    1
    0 Votes
    19 Posts
    191 Views
    julian@community.nodebb.orgJ
    @AltCode ackchyually... it opens in the same tab for me. ... because there's a user setting for it I'll update it to respect that user setting.
  • Help Translate NodeBB!

    41
    0 Votes
    41 Posts
    304 Views
    julian@community.nodebb.orgJ
    @KirillEvo the translations are pulled in daily ️ Thanks for offering to help!
  • Forum specific UX for remote categories

    activitypub forums
    12
    0 Votes
    12 Posts
    90 Views
    K
    @AltCode One significant potential issues with listing all followed categories in the same kind of layout as /categories is the below-the-fold effect, or the page-2 effect as one might have called it in earlier times. Whatever categories end up falling below a certain scroll distance will just never been seen by most users. If you follow a lot of categories, the ones that end up closer to the bottom of the list than the top will just end up ignored. It doesn't encourage participation, and it also doesn't discourage following a lot of categories that you don't actually care about. And follow relationships are very important under ActivityPub, since they dictate content flow. Bringing in a lot of remote content that no one on the local forum is actually reading or engaging with is very wasteful. An easily accessible compact list might be better, with different sorting options so that users can choose to have categories with new content float to the top. Usually with forum categories, you want the ordering to be static, but that expectation won't necessarily be there for just a list.
  • 0 Votes
    9 Posts
    98 Views
    andrew_s@piefed.socialA
    I asked in that issue whether Lemmy finds community via to/cc (it does). Does PieFed do the same? Yes - PieFed does the same. It looks in 'audience', then 'cc', then 'to'. It has to, to support all the platforms that haven't adopted 'audience. It's a convenient field, but PieFed won't be affected if Lemmy goes through with removing it. Would this also open up the possibility of a topic/context being part of multiple audiences/communities? Not at present. If you do something like cc: [community1, community2] it will only go to community1 (on both Lemmy and PieFed). There's so many activities that are effectively duplicates, both in normal operation and when platforms are bugged (both Lemmy and Mastodon have gone through phases of sending the same activity multiple times), that you need a way to make sure you're only processing one. On PieFed, this is done by having a UNIQUE constraint of the 'ap_id' column of the Post table (the ap_id of your post is https://community.nodebb.org/post/103806), so it means you can't have the same post in more than one community.
  • Strange Follow request difference

    6
    2
    0 Votes
    6 Posts
    32 Views
    eeeee@community.nodebb.orgE
    Yea, odd, I made a second account on mysite and that follows and unfollows normally. So its a mystery why my first Admin account is doing it differently. Maybe one day we will figure out whats altering the behaviour
  • Fediverse, one account for everything?

    17
    1 Votes
    17 Posts
    81 Views
    eeeee@community.nodebb.orgE
    That sounds good
  • Domain name change

    7
    0 Votes
    7 Posts
    24 Views
    reynir@forum.fedi.dkR
    Hi @[email protected]! Sorry to revive such an old thread. Is this still the case with nodebb 4 with ActivityPub? I vaguely remember that in other ActivityPub software it's somewhat problematic to change hostname.
  • Organizing the many worlds you're part of through NodeBB

    7
    0 Votes
    7 Posts
    38 Views
    julian@community.nodebb.orgJ
    @Kichae said in Organizing the many worlds you're part of through NodeBB: > But man, do I ever desperately want the bulletin board experience in /world. It really feels like what the fediverse was always meant to be, to me. I've been inspired by some teaser images from @[email protected]'s Ghost blog, which physically segregates microblogging content apart from long-form content (e.g. blogs). Forum topics fit somewhere in the middle, although since title and body are present we tend to align more with long-form content. It's a really neat idea I'd like to play around with more.
  • Recommend object URL should 301 to AP resource

    activitypub ghost discourse
    15
    0 Votes
    15 Posts
    65 Views
    julian@community.nodebb.orgJ
    @[email protected] no worries, and thanks! Will do.
  • this is stuck as the most recent post for me lol

    3
    0 Votes
    3 Posts
    11 Views
    P
    Lmao same, been like this on and off for a few days.
  • Does nodebb support following/joining federated communities?

    14
    0 Votes
    14 Posts
    64 Views
    freamon@community.nodebb.orgF
    @eeeee Your reply (what Lemmy would term a comment) would go out to friend@nodebbinstance but it would be up to nodebbinstance to resolve what post the comment was a reply to. To illustrate what I mean about Lemmy and User Mentions in posts, see this post as an example. In the body of that post, the user Mentions 2 people - [email protected] [email protected] but neither of those people would have been notified of that post. You can see for yourself by looking at the activitypub representation of that post (by running curl --header 'accept: application/activity+json' --location https://lemmy.dbzer0.com/post/39126561 | jq .) and noting that there are no Mentions in the 'tag' section. By contrast, another user Mentions [email protected] in this comment, and she would have been notified of that (you can see that this time there is a Mention in activitypub representation of that coment). @julian For the other direction - as you've found out, Lemmy will first look at 'audience' for a root post and try to resolve it and bail if that doesn't work. If there's no 'audience', it will look in 'cc' to try to find a community and stops when it finds one. It won't look further, so you can't post in more than one community at a time, and you can't use a root post to post in Lemmy community and also notify a Lemmy user of it. It distinguishes between root posts and other posts because the root post is a Note will 'null' for 'inReplyTo'.
  • @julian Consider adding .mention class to mentions in HTML content.

    10
    0 Votes
    10 Posts
    73 Views
    julian@community.nodebb.orgJ
    @[email protected] that was my thinking as well.
  • 0 Votes
    1 Posts
    8 Views
    No one has replied
  • NodeBB on FediDB

    fedidb nodebb
    4
    0 Votes
    4 Posts
    59 Views
    julian@community.nodebb.orgJ
    @[email protected] thanks, PR opened! https://github.com/fedidb/communityDB/pull/23
  • New federated testing instance for NodeBB

    activitypub testing nodebbactivityp
    8
    0 Votes
    8 Posts
    72 Views
    julian@community.nodebb.orgJ
    @[email protected] if edits from PieFed aren't reflected here that may be a bug.
  • @activitypub Hey, thanks for the awesome ActivityPub support!

    7
    0 Votes
    7 Posts
    93 Views
    julian@community.nodebb.orgJ
    @[email protected] just wanted to drop a note that your two issues have not been forgotten
  • Caches used in NodeBB

    cache
    9
    1
    0 Votes
    9 Posts
    87 Views
    baris@community.nodebb.orgB
    The ttl should be in milliseconds, so try 600000.