Skip to content

Images not federating?

Uncategorized

Diese Artikel könnten Dich auch interessieren.

  • A way to disable plugin installation via ACP?

    Uncategorized
    5
    0 Stimmen
    5 Beiträge
    0 Aufrufe
    julian@community.nodebb.orgJ
    @josef mm the whole idea is your admins should be trusted users
  • 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
  • Awwww <3

    Uncategorized
    2
    1
    0 Stimmen
    2 Beiträge
    0 Aufrufe
    carl@kde.socialC
    @niccolove It's nice to have you back in term of content creation! I'm an happy Patreon supporter
  • Re: Yay!

    Uncategorized
    1
    0 Stimmen
    1 Beiträge
    0 Aufrufe
    Niemand hat geantwortet
  • 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
  • FEP 7888 serving up an OrderedCollection

    Uncategorized
    34
    0 Stimmen
    34 Beiträge
    24 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.