Skip to content

World

Topics that do not strictly fit in with any existing categories

Popular topics All topics

  • 0 Stimmen
    3 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @reiver@mastodon.social @eblu@hachyderm.io [image: 1740182719692-1000007446.jpg]
  • The state of conversational contexts (February 2025)

    7
    0 Stimmen
    7 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @jupiter_rowland@hub.netzgemeinde.eu if you're seeing Hubzilla backfill "bit by bit" it is likely doing inReplyTo traversal, which is what NodeBB does if it cannot find a resolvable context.
  • RTL

    5
    1
    0 Stimmen
    5 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @mario@hub.somaton.com the real solution is in the comments Here I was looking at whitelisting Unicode ranges, and looking up Unicode ranges for emoji
  • Week in Fediverse 2025-02-21

    2
    0 Stimmen
    2 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    https://community.nodebb.org/topic/18647/the-state-of-conversational-contexts-february-2025
  • New federated testing instance for NodeBB

    5
    0 Stimmen
    5 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @david@weaknotes.com in what way, that the category is cleared out regularly? I think that happens often already with users auto-deleting their posts. https://activitypub.academy is another example of a test instance that is regularly cleared. Either way I take no offense if try.nodebb.org gets blocked here and there
  • Sending a private message without cc causes a 500 error

    12
    0 Stimmen
    12 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @freamon thanks! Happy to look into handling Create(ChatMessage)... I think the error aside, NodeBB would drop it anyway since ChatMessage isn't an expected post type.
  • angus:Then authenticates a user using OAuthYes, but what authentication flow does it use?

    5
    0 Stimmen
    5 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    Okay, now I am not sure. There is no valid webfinger response for renchap@socialhub... so perhaps there is no local SocialHub account. I wonder why that post had a green AP logo then.
  • 1b12 vs Guppe groups

    23
    0 Stimmen
    23 Beiträge
    13 Aufrufe
    julian@community.nodebb.orgJ
    > Doesn't this mean Mastodon users et al will no longer get boost notifications when their posts are reshared into a topic? Correct, only OP will be shared. Unless I am mistaken this is how Lemmy implemented it. Announce-ing activities only, and one single Announce(Note) for compatibility with Mastodon.
  • switch(true) gotcha

    6
    0 Stimmen
    6 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @trwnh@mastodon.social there is, and it'd work in this case. The issue is that as the condition is evaluated, if it doesn't resolve to boolean true, then the case won't execute. In the example above it resolves (in JavaScript, anyway) to "bar"
  • How can I modify the DBsearch results page?

    5
    1
    0 Stimmen
    5 Beiträge
    1 Aufrufe
    baris@community.nodebb.orgB
    You need to load it yourself using the topic values and the method thumbs.load
  • It's true.

    6
    0 Stimmen
    6 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @deadsuperhero@social.wedistribute.org @atomicpoet@atomicpoet.org we use the same synchronization mechanism that PieFed and Lemmy use, FEP 1b12. Let me know if the follow doesn't take for whatever reason.
  • A way to disable plugin installation via ACP?

    7
    0 Stimmen
    7 Beiträge
    0 Aufrufe
    J
    @baris https://github.com/NodeBB/NodeBB/pull/13189
  • misskey but the floating windows have gravity, when you let go they just drop to the bottom

    2
    0 Stimmen
    2 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @puppygirlhornypost2@transfem.social s/dvd screensaver/solitaire win animation
  • nodebb-widget-essentials

    4
    0 Stimmen
    4 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @Марк-Дакаскос they are not errors, you can ignore them.
  • Confirmed.

    2
    1
    0 Stimmen
    2 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @atomicpoet@atomicpoet.org You can do the same on NodeBB as well
  • Really loving #NodeBB so far.

    2
    0 Stimmen
    2 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @deadsuperhero@social.wedistribute.org glad to hear it! I'm planning to continue working on improving our ActivityPub integration in 2025, hopefully with NLNet funding again
  • upload button

    5
    2
    0 Stimmen
    5 Beiträge
    2 Aufrufe
    baris@community.nodebb.orgB
    This is released as part of 4.0.5
  • FEP 7888 serving up an OrderedCollection

    34
    0 Stimmen
    34 Beiträge
    19 Aufrufe
    julian@community.nodebb.orgJ
    @trwnh@mastodon.social given that one way a context collection is discovered is via reference via a collection member itself, that's one way to define it. Admittedly, direct access to a context collection is also a legitimate use case (e.g. a NodeBB topic URL itself is the context collection), so something more explicit might be required.
  • Yay!

    2
    0 Stimmen
    2 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @deadsuperhero@social.wedistribute.org sorry it took so long to get around to it!
  • controversial protocol goals for a more conversational fedi:

    4
    0 Stimmen
    4 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @trwnh@mastodon.social correct. I suppose the easiest way to communicate permission would be that the thread deletion has to come from the context owner. In my case the context owner is a category, so it'd be federating out the deletion on behalf of the moderators.