Skip to content

Re: Federation issues

Uncategorized
  • Confirmed.

    Uncategorized
    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
  • nodebb-widget-essentials

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

    Uncategorized
    4
    0 Stimmen
    4 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @nextgraph@fosstodon.org in my case, I just casted it as bool: !!object.foo. You could also object.hasOwnProperty('foo'), although that would be true if object.foo = null too
  • Really loving #NodeBB so far.

    Uncategorized
    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
  • How can I modify the DBsearch results page?

    Uncategorized
    3
    1
    0 Stimmen
    3 Beiträge
    0 Aufrufe
    baris@community.nodebb.orgB
    You need to add the thumbs into the results using a hook from src/search.js 'filter:search.contentGetResult' should work, you can also replace the embed shortcode in the same hooks. To display the thumbs in the page you need to modify the template at https://github.com/NodeBB/nodebb-theme-harmony/blob/main/templates/partials/search-results.tpl and replace html with your own and use the thumbnails.
  • upload button

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

    Uncategorized
    34
    0 Stimmen
    34 Beiträge
    15 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.
  • 1b12 vs Guppe groups

    Uncategorized
    14
    0 Stimmen
    14 Beiträge
    12 Aufrufe
    julian@community.nodebb.orgJ
    > a PR to Mastodon @angus@socialhub.activitypub.rocks I would hold off on that in favour of a PR to introduce context serving and consumption (a la 7888). There are still some issues to work through, but I intend to have it upstreamed (via @frequency@frequency.app) once we settle on a semi-final implementation.