GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Emelia 👸🏻 (thisismissem@hachyderm.io)'s status on Friday, 30-Aug-2024 09:19:35 JST Emelia 👸🏻 Emelia 👸🏻

    Something that should theoretically be possible is maintaining separate collections of actors to address content to, and software should be able to handle that.

    e.g., followers is a collection intrinsically managed by the protocol: Accept(Follow) adds that actor to the collection for your followers. (All follows on the fediverse are really follow requests, no matter what)

    In conversation about 9 months ago from hachyderm.io permalink
    • Embed this notice
      silverpill (silverpill@mitra.social)'s status on Friday, 30-Aug-2024 09:19:32 JST silverpill silverpill
      in reply to

      @thisismissem Yes, mitra makes use of additional "subscribers" collection, but (streams) has a more advanced feature called "lists" that does exactly what you describe:

      >Lists : Sometimes referred to as circles or aspects, this lets you define your own groups of related friends and communicate with them as a private group.

      A list is a collection of actors, and can be used for addressing

      In conversation about 9 months ago permalink
    • Embed this notice
      Emelia 👸🏻 (thisismissem@hachyderm.io)'s status on Friday, 30-Aug-2024 09:19:33 JST Emelia 👸🏻 Emelia 👸🏻
      in reply to
      • Bonfire

      Actually, looking closer at @bonfire, I don't think they do use custom collections of actors for addressing like this? I think they're actually maybe unfurling that collection into the addressing fields for the activity itself?

      In conversation about 9 months ago permalink
    • Embed this notice
      Emelia 👸🏻 (thisismissem@hachyderm.io)'s status on Friday, 30-Aug-2024 09:19:33 JST Emelia 👸🏻 Emelia 👸🏻
      in reply to
      • silverpill

      Looks like maybe @silverpill's mitra does use these custom collections for addressing?

      In conversation about 9 months ago permalink
    • Embed this notice
      Emelia 👸🏻 (thisismissem@hachyderm.io)'s status on Friday, 30-Aug-2024 09:19:34 JST Emelia 👸🏻 Emelia 👸🏻
      in reply to

      Like why can't I create a family collection or a close friends collection & share activities just with those actors through addressing?

      I can also help remote servers by sending Add and Remove activities to indicate that I've updated those collections. (Maybe it'd be Accept(Add)? Or Undo(Accept(Add))? )

      In conversation about 9 months ago permalink
    • Embed this notice
      Emelia 👸🏻 (thisismissem@hachyderm.io)'s status on Friday, 30-Aug-2024 09:19:34 JST Emelia 👸🏻 Emelia 👸🏻
      in reply to
      • Bonfire

      Would of course require activitypub servers to be aware of these additional collections in order to handle delivery correctly, but this feels like something that should exist but doesn't in mainstream fedi software.

      I think only @bonfire implements this maybe?

      In conversation about 9 months ago permalink
    • Embed this notice
      のえる (noellabo@fedibird.com)'s status on Friday, 30-Aug-2024 10:37:41 JST のえる のえる
      in reply to
      • かき@GNUsocialJP
      • django

      @thisismissem @django A link to the latest commit is posted on the top page of the site.

      As of the time of this post it is here.
      https://github.com/fedibird/mastodon/tree/a7a145781cd24cbcb27db6a2e7c19b29fd99fdf9

      In conversation about 9 months ago permalink

      Attachments



      1. https://s3.fedibird.com/media_attachments/files/113/048/407/122/088/234/original/3d9d82176f07f5d7.png
      2. Domain not in remote thumbnail source whitelist: opengraph.githubassets.com
        GitHub - fedibird/mastodon at a7a145781cd24cbcb27db6a2e7c19b29fd99fdf9
        Mastodonの機能開発への貢献と、様々な理由で標準搭載されていない機能を共有するためのリポジトリです。 - GitHub - fedibird/mastodon at a7a145781cd24cbcb27db6a2e7c19b29fd99fdf9
    • Embed this notice
      Emelia 👸🏻 (thisismissem@hachyderm.io)'s status on Friday, 30-Aug-2024 10:37:42 JST Emelia 👸🏻 Emelia 👸🏻
      in reply to
      • のえる
      • django

      @django @noellabo looks like Fedibird is currently violating the Mastodon license terms since Mastodon is AGPLv3, so forks *must* release their source code.

      In conversation about 9 months ago permalink
    • Embed this notice
      django (django@social.coop)'s status on Friday, 30-Aug-2024 10:37:46 JST django django
      in reply to
      • のえる
      • Bonfire

      @thisismissem @bonfire I think @noellabo ‘s fedibird masto fork has had this for a while

      In conversation about 9 months ago permalink
    • Embed this notice
      のえる (noellabo@fedibird.com)'s status on Friday, 30-Aug-2024 10:45:20 JST のえる のえる
      in reply to
      • かき@GNUsocialJP
      • django

      @thisismissem @django Fedibird's implementation is a remnant of the circle feature that was being implemented in Mastodon. Much of the code was implemented by Eugen and Claire, and about half was implemented by me.

      Circle is a mechanism that creates a collection of a selection of followers and distributes (publishes) posts to specific accounts without explicitly mentioning them.

      In conversation about 9 months ago permalink

      Attachments


      1. https://s3.fedibird.com/media_attachments/files/113/048/420/057/668/353/original/835b479f955c6ee4.png

      2. https://s3.fedibird.com/media_attachments/files/113/048/440/490/607/368/original/9ecce890fdec3b4f.png
    • Embed this notice
      Emelia 👸🏻 (thisismissem@hachyderm.io)'s status on Friday, 30-Aug-2024 10:54:56 JST Emelia 👸🏻 Emelia 👸🏻
      in reply to
      • のえる
      • django

      @noellabo @django ah, not on mobile

      In conversation about 9 months ago permalink
    • Embed this notice
      のえる (noellabo@fedibird.com)'s status on Friday, 30-Aug-2024 10:54:56 JST のえる のえる
      in reply to
      • かき@GNUsocialJP
      • django

      @thisismissem @django I see!

      Fedibird is in a transitional phase of its codebase, and is currently still based on the intermediate code between Mastodon v3.4.1 and 3.5. It seems that Mastodon was lacking information on mobile at this time. I didn't notice it either.

      In conversation about 9 months ago permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.