Skip to content

How push notification works?

Technical Support
11 3 13

Diese Artikel könnten Dich auch interessieren.

  • Static Images Randomly Disappear

    Technical Support
    6
    0 Stimmen
    6 Beiträge
    7 Aufrufe
    julian@community.nodebb.orgJ
    Onii what are you using as your reverse proxy?
  • Image saving

    Technical Support
    7
    0 Stimmen
    7 Beiträge
    11 Aufrufe
    julian@community.nodebb.orgJ
    You can use the S3 plugin. However, the underlying problem is that you are using some sort of service with an ephemeral virtual drive. It gets cleared every time the service restarts. If you don't want to use s3, you will have to set up a volume and mount it to the /public/uploads folder.
  • Federation Support - Working?

    Technical Support
    13
    0 Stimmen
    13 Beiträge
    27 Aufrufe
    julian@community.nodebb.orgJ
    phoenix you can always test with ActivityPub.academy, live Mastodon servers can sometimes be delayed.
  • Upgrade form 3.x to 4.x

    Technical Support
    11
    0 Stimmen
    11 Beiträge
    10 Aufrufe
    julian@community.nodebb.orgJ
    draga79 interesting... I wonder why FreeBSD support was removed.
  • 0 Stimmen
    3 Beiträge
    10 Aufrufe
    julian@community.nodebb.orgJ
    AMAARETS I think all you really need to do is have your plugin change req.session.uid and req.uid to the target uid. Although in practice there might be some cases I did not consider.
  • SSO, admin role

    Technical Support
    3
    0 Stimmen
    3 Beiträge
    11 Aufrufe
    julian@community.nodebb.orgJ
    eugene_thedev are you referring to specifically the oauth2-multiple plugin? I'm not exactly sure whether that is supported in the current iteration of the plugin.
  • No Space between widgets

    Technical Support
    2
    0 Stimmen
    2 Beiträge
    13 Aufrufe
    julian@community.nodebb.orgJ
    Ashutosh-Verma have you tried adding a widget container to the widget? Widgets normally aren't set up with any containers so there won't be any space between them.
  • Dropping support for nodejs 18 in NodeBB version after 4.3.0

    Technical Support nodejs node.js
    3
    0 Stimmen
    3 Beiträge
    11 Aufrufe
    julian@community.nodebb.orgJ
    Although for tests we are still using 18 and 20 https://github.com/NodeBB/NodeBB/blob/develop/.github/workflows/test.yaml#L30