Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

FòrumCAT

  1. Home
  2. Uncategorized
  3. Live testing of remote categories

Live testing of remote categories

Scheduled Pinned Locked Moved Uncategorized
activitypubnodebbactivityp
62 Posts 10 Posters 183 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T trwnh@mastodon.social
    25 Mar 2025, 17:21

    @julian i think ideally this would be explicitly signalled which objects represented a Feed or Category or Forum or Account or User or whatnot. but the question is how to get from here to there...

    T This user is from outside of this forum
    T This user is from outside of this forum
    trwnh@mastodon.social
    wrote on 25 Mar 2025, 18:00 last edited by
    #18

    @julian example using foaf and sioc...

    ```
    id = f1
    type = [as:Service, sioc:Forum]
    as:summary = "Forum TF category"

    id = g1
    type = [as:Group, foaf:Group, foaf:Agent, sioc:User]
    as:name = "AP Forum Task Force"
    foaf:member = [Julian, a]

    id = t1
    type = [as:Collection, sioc:Thread]
    as:summary = "Some thread"
    sioc:has_container = f1

    id = p1
    type = [as:Event, sioc:Post]
    as:name = "Meeting on April 2025"
    sioc:has_container = t1
    sioc:has_creator = g1
    as:attributedTo = g1
    ```

    J 1 Reply Last reply 25 Mar 2025, 19:25
    0
    • A This user is from outside of this forum
      A This user is from outside of this forum
      altcode@community.nodebb.org
      wrote on 25 Mar 2025, 18:10 last edited by
      #19

      Nice, but does this mean accounts on NodeBB can no longer mention categories at all?

      Perhaps this was not its intended purpose, but being able to link to a category in a post by a handle is much more convenient than typing its entire URL - and that goes for both remote and local categories.

      So I am not talking about creating a topic on remote categories by mentioning them, but rather trying to bring attention to their existence to a person that might not know about them.

      E.g.
      > @test1 Hey, you might want to check out @testing-ground; there's lots of awesome content there.

      > @test1 If you want to make a report, consider posting this to @bug-reports instead.


      N.B. In my examples, I'm actually still able to mention local categories via a handle - so I did not type [[@testing-ground](https://community.nodebb.org/category/4/testing-ground)](https://community.nodebb.org/category/4/testing-ground), simply [@testing-ground](https://community.nodebb.org/category/4/testing-ground).

      J 1 Reply Last reply 25 Mar 2025, 19:00
      0
      • A altcode@community.nodebb.org
        25 Mar 2025, 18:10

        Nice, but does this mean accounts on NodeBB can no longer mention categories at all?

        Perhaps this was not its intended purpose, but being able to link to a category in a post by a handle is much more convenient than typing its entire URL - and that goes for both remote and local categories.

        So I am not talking about creating a topic on remote categories by mentioning them, but rather trying to bring attention to their existence to a person that might not know about them.

        E.g.
        > @test1 Hey, you might want to check out @testing-ground; there's lots of awesome content there.

        > @test1 If you want to make a report, consider posting this to @bug-reports instead.


        N.B. In my examples, I'm actually still able to mention local categories via a handle - so I did not type [[@testing-ground](https://community.nodebb.org/category/4/testing-ground)](https://community.nodebb.org/category/4/testing-ground), simply [@testing-ground](https://community.nodebb.org/category/4/testing-ground).

        J This user is from outside of this forum
        J This user is from outside of this forum
        julian@community.nodebb.org
        wrote on 25 Mar 2025, 19:00 last edited by
        #20

        @AltCode I think being able to mention categories is handy. It was removed as a byproduct of the category no longer being a user, but it's not gone by design, no. It can come back.

        1 Reply Last reply
        0
        • J julian@community.nodebb.org
          25 Mar 2025, 17:02

          @Kichae at some point, but that's a bit more niche of a use case. Doesn't mean there isn't use for it though. The underlying structure of NodeBB ties a topic to a single category, but supporting cross posting could be something we add on top of that.

          K This user is from outside of this forum
          K This user is from outside of this forum
          kichae@community.nodebb.org
          wrote on 25 Mar 2025, 19:08 last edited by
          #21

          @julian The way cross-posting works on Lemmy and Reddit is basically to copy the post, so there's not necessarily a reason to break the one-to-one mapping of posts-to-categories. (Though, actually, looking at Reddit, I think it's actually a new post with an internal link preview, rather than a wholesale copy of content as it is on Lemmy). But more advanced frameworks could be interesting 🤔

          1 Reply Last reply
          0
          • E eeeee@community.nodebb.org
            25 Mar 2025, 17:46

            @julian can you be specific in how to track it?
            Although Ive found it I cant seem to follow / track that community.
            What do I do? Apologies if Im being stupid, but Ive tried

            J This user is from outside of this forum
            J This user is from outside of this forum
            julian@community.nodebb.org
            wrote on 25 Mar 2025, 19:22 last edited by
            #22

            @eeeee no problem, what seems straightforward for me isn't always the case for others!

            Below the category description, there is a bar that contains buttons for sorting the topic list. The first of those buttons controls whether you are watching or tracking the category. It usually corresponds to whether you see topics from that category in your unread and recent pages.

            For remote categories, this controls whether or not you are following the category. If you are following the category, then topics posted in that category will show up in your unread page.

            1 Reply Last reply
            0
            • T trwnh@mastodon.social
              25 Mar 2025, 18:00

              @julian example using foaf and sioc...

              ```
              id = f1
              type = [as:Service, sioc:Forum]
              as:summary = "Forum TF category"

              id = g1
              type = [as:Group, foaf:Group, foaf:Agent, sioc:User]
              as:name = "AP Forum Task Force"
              foaf:member = [Julian, a]

              id = t1
              type = [as:Collection, sioc:Thread]
              as:summary = "Some thread"
              sioc:has_container = f1

              id = p1
              type = [as:Event, sioc:Post]
              as:name = "Meeting on April 2025"
              sioc:has_container = t1
              sioc:has_creator = g1
              as:attributedTo = g1
              ```

              J This user is from outside of this forum
              J This user is from outside of this forum
              julian@community.nodebb.org
              wrote on 25 Mar 2025, 19:25 last edited by
              #23

              @trwnh@mastodon.social in general, if NodeBB discovers a group, it will create an (initially) empty category in order to house topics.

              If in the course of that category's life, no topics actually make it in (i.e. if nobody addresses anything to it, nobody follows it, etc.) then it'll be pruned out as normal.

              So if an as:Group contains users, and doesn't share or send creates, then it'll just be a little stub that goes nowhere, that's all.

              1 Reply Last reply
              0
              • J This user is from outside of this forum
                J This user is from outside of this forum
                julian@community.nodebb.org
                wrote on 25 Mar 2025, 19:31 last edited by
                #24

                I would be remiss if I didn't also mention that while this theoretically works with software like PieFed and Mbin, it has only really been tested against NodeBB (of course) and Lemmy.

                @andrew_s@piefed.social @rimu@mastodon.nzoss.nz @melroy@kbin.melroy.org

                1 Reply Last reply
                0
                • A This user is from outside of this forum
                  A This user is from outside of this forum
                  altcode@community.nodebb.org
                  wrote on 25 Mar 2025, 19:32 last edited by
                  #25

                  Some interesting bugs atm 😈

                  All the ActivityPub groups I was following prior to this update were successfully migrated to become remote categories (good!), but now that they are no longer treated as remote users, this has left behind a bunch of "guest" users in my /following page.
                  Screenshot 2025-03-25 at 20.16.23.png

                  Also due to the migration, a bunch of topics that used to be categorised under @activitypub, were automatically moved to [[@activitypub](https://community.nodebb.org/category/30/activitypub)@forum.wedistribute.org](https://community.nodebb.org/category/activitypub@forum.wedistribute.org)!
                  Screenshot 2025-03-25 at 19.54.11.png

                  I presume this happened because [[@activitypub](https://community.nodebb.org/category/30/activitypub)@forum.wedistribute.org](https://community.nodebb.org/category/activitypub@forum.wedistribute.org) is set to mirror @activitypub. I'm guessing that since the group actor was sharing all these posts, once NodeBB recognised it as a remote category instead, it began to treating those share activities as move actions.

                  Seeing how NodeBB does not have a notion of topics belonging to multiple categories, you might want to revisit how you handle remote categories that follow and mirror local categories.

                  J 1 Reply Last reply 25 Mar 2025, 19:58
                  0
                  • A altcode@community.nodebb.org
                    25 Mar 2025, 19:32

                    Some interesting bugs atm 😈

                    All the ActivityPub groups I was following prior to this update were successfully migrated to become remote categories (good!), but now that they are no longer treated as remote users, this has left behind a bunch of "guest" users in my /following page.
                    Screenshot 2025-03-25 at 20.16.23.png

                    Also due to the migration, a bunch of topics that used to be categorised under @activitypub, were automatically moved to [[@activitypub](https://community.nodebb.org/category/30/activitypub)@forum.wedistribute.org](https://community.nodebb.org/category/activitypub@forum.wedistribute.org)!
                    Screenshot 2025-03-25 at 19.54.11.png

                    I presume this happened because [[@activitypub](https://community.nodebb.org/category/30/activitypub)@forum.wedistribute.org](https://community.nodebb.org/category/activitypub@forum.wedistribute.org) is set to mirror @activitypub. I'm guessing that since the group actor was sharing all these posts, once NodeBB recognised it as a remote category instead, it began to treating those share activities as move actions.

                    Seeing how NodeBB does not have a notion of topics belonging to multiple categories, you might want to revisit how you handle remote categories that follow and mirror local categories.

                    J This user is from outside of this forum
                    J This user is from outside of this forum
                    julian@community.nodebb.org
                    wrote on 25 Mar 2025, 19:58 last edited by
                    #26

                    @AltCode thanks for reporting! I'll take a look at those tomorrow.

                    The topics being moved out is a byproduct of the migration. Looks like some tweaking is in order! Perhaps I'll only move topics whose main post is on the same domain.

                    1 Reply Last reply
                    0
                    • J This user is from outside of this forum
                      J This user is from outside of this forum
                      julian@community.nodebb.org
                      wrote on 25 Mar 2025, 20:32 last edited by
                      #27

                      @AltCode I've moved those topics back to the proper category 🤦

                      1 Reply Last reply
                      0
                      • E This user is from outside of this forum
                        E This user is from outside of this forum
                        eeeee@community.nodebb.org
                        wrote on 25 Mar 2025, 20:49 last edited by
                        #28

                        Edit: updated as had to click into category to follow

                        1 Reply Last reply
                        0
                        • M This user is from outside of this forum
                          M This user is from outside of this forum
                          melroy@kbin.melroy.org
                          wrote on 25 Mar 2025, 21:01 last edited by
                          #29

                          @julian@community.nodebb.org

                          I can confirm it works with Mbin, look at my instance: https://kbin.melroy.org/m/activitypub@community.nodebb.org/p/286459/Happy-Tuesday-Today-we-ve-updated-the-NodeBB-community-forum-onto#post-comment-413326

                          1 Reply Last reply
                          0
                          • S This user is from outside of this forum
                            S This user is from outside of this forum
                            silverpill@mitra.social
                            wrote on 25 Mar 2025, 21:02 last edited by
                            #30

                            @julian @activitypub Makes sense. Were NodeBB's own federated categories represented as users prior to this change? Do you assume that all groups are FEP-1b12 groups?
                            There was an interesting discussion on SocialHub on identifying FEP-1b12 groups and nutomic made a compelling argument that we should just assume that Group supports FEP-1b12 if there is no other indicator:

                            https://socialhub.activitypub.rocks/t/fep-1b12-group-federation/2724/96

                            J 2 Replies Last reply 26 Mar 2025, 16:11
                            0
                            • S silverpill@mitra.social
                              25 Mar 2025, 21:02

                              @julian @activitypub Makes sense. Were NodeBB's own federated categories represented as users prior to this change? Do you assume that all groups are FEP-1b12 groups?
                              There was an interesting discussion on SocialHub on identifying FEP-1b12 groups and nutomic made a compelling argument that we should just assume that Group supports FEP-1b12 if there is no other indicator:

                              https://socialhub.activitypub.rocks/t/fep-1b12-group-federation/2724/96

                              J This user is from outside of this forum
                              J This user is from outside of this forum
                              julian@community.nodebb.org
                              wrote on 26 Mar 2025, 16:11 last edited by
                              #31

                              @silverpill@mitra.social good questions!

                              Local NodeBB categories are still federated out as ActivityPub actors, with as:type Group, they follow 1b12 as they always have.

                              I do assume that group actors adhere to 1b12, but that doesn't stop others from creating topics by mentioning them directly. If a NodeBB instance happens to hear about that, we'll add it to the remote category.

                              1 Reply Last reply
                              0
                              • J This user is from outside of this forum
                                J This user is from outside of this forum
                                julian@community.nodebb.org
                                wrote on 26 Mar 2025, 18:13 last edited by
                                #32

                                @AltCode the two bugs you identified have been resolved, can you confirm the latter? The former I manually moved them back already to the right category.

                                1 Reply Last reply
                                0
                                • J This user is from outside of this forum
                                  J This user is from outside of this forum
                                  julian@community.nodebb.org
                                  wrote on 26 Mar 2025, 18:26 last edited by
                                  #33

                                  Confirmed working with:

                                  • PieFed Communities: PieFed Meta
                                  • Flipboard Magazines: [Gear by @engadget@flipboard.com](https://community.nodebb.org/category/gear-engadget@flipboard.com)

                                  However, while Flipboard magazines send Announces as per 1b12, and the items are added to the outbox, the objects themselves do not address the magazine at all, and so a backreference is missing. When they come into NodeBB, there's no pointer back to the group, and so it is slotted into the "uncategorized" bucket.

                                  cc @mike@flipboard.social

                                  tl;dr — can this object https://flipboard.com/users/Engadget/statuses/uva9misBSrqjCSR6mtzV6g:a:3199686 please include https://flipboard.com/@engadget/gear-nv6v86arz in its to or cc property?

                                  1 Reply Last reply
                                  0
                                  • A This user is from outside of this forum
                                    A This user is from outside of this forum
                                    altcode@community.nodebb.org
                                    wrote on 26 Mar 2025, 18:29 last edited by
                                    #34

                                    @julian Yes, I can confirm that the other bug has been fixed! There's no more guest accounts in my /following page.

                                    1 Reply Last reply
                                    0
                                    • M This user is from outside of this forum
                                      M This user is from outside of this forum
                                      mike@flipboard.social
                                      wrote on 27 Mar 2025, 05:12 last edited by
                                      #35

                                      @julian not sure. Cc’ing @jaonculverhouse

                                      1 Reply Last reply
                                      0
                                      • S silverpill@mitra.social
                                        25 Mar 2025, 21:02

                                        @julian @activitypub Makes sense. Were NodeBB's own federated categories represented as users prior to this change? Do you assume that all groups are FEP-1b12 groups?
                                        There was an interesting discussion on SocialHub on identifying FEP-1b12 groups and nutomic made a compelling argument that we should just assume that Group supports FEP-1b12 if there is no other indicator:

                                        https://socialhub.activitypub.rocks/t/fep-1b12-group-federation/2724/96

                                        J This user is from outside of this forum
                                        J This user is from outside of this forum
                                        julian@community.nodebb.org
                                        wrote on 30 Mar 2025, 04:30 last edited by
                                        #36

                                        @silverpill@mitra.social I read back a bit to get a fuller context (not all the way, though, there's a damn lot of bikeshedding in that topic.)

                                        Basically Nutomic is advocating against multi typing because it is poorly supported (true), and because Lemmy has first-mover advantage (also true.)

                                        Requiring a multitype or boolean flag for 1b12 would be quite difficult to do because you'll never have 100% adoption and end up needing backwards compatibility with 1b12-classic anyway — cat's already out of the bag.

                                        1 Reply Last reply
                                        0
                                        • S This user is from outside of this forum
                                          S This user is from outside of this forum
                                          scott@loves.tech
                                          wrote on 30 Mar 2025, 04:53 last edited by
                                          #37
                                          @julian How do you deal with situations where the group actor also sends posts?

                                          For example, on Hubzilla, (streams), and Forte, the top level post of a forum thread is from the forum, not the user. This was originally done for Mastodon compatibility since it did not understand threaded conversations and groups. They could follow the forum as if it were a user, and receive all of the forum posts. They could send a DM to the forum to create a new post.

                                          NodeBB took a different approach, using boosts to distribute user posts to people who follow the forum. And I think you said you use mentions within a post to create a new top level post.

                                          How are we handling the differences in approaches?
                                          J 1 Reply Last reply 30 Mar 2025, 16:57
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes

                                          27/62

                                          25 Mar 2025, 20:32


                                          • Login

                                          27 out of 62
                                          • First post
                                            27/62
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups