Skip to content

angus:Then authenticates a user using OAuthYes, but what authentication flow does it use?

Uncategorized
  • Week in Fediverse 2025-02-21

    Uncategorized
    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
  • RTL

    Uncategorized
    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
  • 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.
  • New federated testing instance for NodeBB

    Uncategorized
    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
  • switch(true) gotcha

    Uncategorized
    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"
  • Sending a private message without cc causes a 500 error

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

    Uncategorized
    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
  • 1b12 vs Guppe groups

    Uncategorized
    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.