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
    CaohuaK 🐺 (caohuak@moon.lonewolf.zone)'s status on Thursday, 16-Apr-2026 05:01:40 JST CaohuaK 🐺 CaohuaK 🐺

    @frost it would be fun if Mitra support it. :lihkg_tiger_champagne:

    In conversation about 3 months ago from moon.lonewolf.zone permalink
    • Embed this notice
      silverpill (silverpill@mitra.social)'s status on Thursday, 16-Apr-2026 05:01:40 JST silverpill silverpill
      in reply to

      @caohuak @frost Yeah why not

      In conversation about 3 months ago permalink
    • Embed this notice
      silverpill (silverpill@mitra.social)'s status on Saturday, 18-Apr-2026 01:21:13 JST silverpill silverpill
      in reply to

      @caohuak @frost This is a non-standard activity type, so Iceshrimp needs a type hint. It can be added if necessary.

      What is expected to happen when a Bite is received? Does Mitra need to show a notification?

      In conversation about 3 months ago permalink
    • Embed this notice
      CaohuaK 🐺 (caohuak@moon.lonewolf.zone)'s status on Saturday, 18-Apr-2026 01:21:14 JST CaohuaK 🐺 CaohuaK 🐺
      in reply to
      • silverpill

      @silverpill @frost I don't know, because it seems that biting uses linked data, and the software that implements it originally came from iceshrimp.net. I reckon testing would require using an iceshrimp.net instance to confirm whether it works properly.

      This is the namespace: https://ns.mia.jetzt/as/

      { "Bite": "https://ns.mia.jetzt/as#Bite" }

      This context is important because if biting activities don't include it, iceshrimp.net will ignore the activity. I discovered this while trying to repair biting on my Pleroma instance.

      https://github.com/mkljczk/pl/pull/11

      activities json (from wafrn)

      { "@context": [ "https://www.w3.org/ns/activitystreams", { "Bite": "https://ns.mia.jetzt/as#Bite" } ], "actor": "https://wafrn.lonewolf.zone/fediverse/blog/caohuak", "id": "https://wafrn.lonewolf.zone/fediverse/bites/a6310fce-0567-4df0-971b-853399687349/1d335590-8b2c-4585-b77c-6f5f483dfc7b", "object": "https://moon.lonewolf.zone/users/caohuak", "target": "https://moon.lonewolf.zone/users/caohuak", "to": [ "https://moon.lonewolf.zone/users/caohuak" ], "type": "Bite" }
      In conversation about 3 months ago permalink

      Attachments


      1. Domain not in remote thumbnail source whitelist: iceshrimp.dev
        Iceshrimp.NET
        from iceshrimp
        This repository contains our efforts to rewrite both the backend and the frontend, to improve performance, stability and maintainability.





    • Embed this notice
      silverpill (silverpill@mitra.social)'s status on Tuesday, 12-May-2026 03:06:44 JST silverpill silverpill
      in reply to

      @caohuak Sent

      @frost @caohuak @caohuak

      In conversation about 2 months ago permalink
    • Embed this notice
      CaohuaK 🐺 (caohuak@moon.lonewolf.zone)'s status on Tuesday, 12-May-2026 03:06:45 JST CaohuaK 🐺 CaohuaK 🐺
      in reply to
      • silverpill

      @silverpill @frost @caohuak I saw the activity on my wafrn account.

      you can try to send a Bite activity to my iceshrimp.net instance too @caohuak

      In conversation about 2 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: iceshrimp.dev
        Iceshrimp.NET
        from iceshrimp
        This repository contains our efforts to rewrite both the backend and the frontend, to improve performance, stability and maintainability.
    • Embed this notice
      silverpill (silverpill@mitra.social)'s status on Tuesday, 12-May-2026 03:06:46 JST silverpill silverpill
      in reply to

      @caohuak @frost I've sent a Bite activity to your Wafrn account: @caohuak

      Do you see it?

      In conversation about 2 months ago permalink
    • Embed this notice
      CaohuaK 🐺 (caohuak@moon.lonewolf.zone)'s status on Tuesday, 12-May-2026 03:06:47 JST CaohuaK 🐺 CaohuaK 🐺
      in reply to
      • silverpill

      @silverpill @frost Hmm the canbite context seems inlined within an array inside @context.

      https://iceshrimp.dev/iceshrimp/Iceshrimp.NET/src/commit/6a504e441ce7e548136c66ed08ef972947da2dae/Iceshrimp.Backend/Core/Federation/ActivityStreams/Contexts/iceshrimp.json#L47-L49

      In conversation about 2 months ago permalink
    • Embed this notice
      CaohuaK 🐺 (caohuak@moon.lonewolf.zone)'s status on Tuesday, 12-May-2026 03:06:48 JST CaohuaK 🐺 CaohuaK 🐺
      in reply to
      • silverpill

      @silverpill @frost >What is expected to happen when a Bite is received? Does Mitra need to show a notification?

      yeah iceshrimp.net has implemented biting users and biting notes, so there are two types of notifications. For example, "xxx bit you" or "xxx bit your note." But if these bite notifications don't clear automatically, it could end up flooding your notifications.

      Perhaps because they couldn't control this behavior, they added a feature called can bite. But I don't know the specific implementation process, because I haven't seen the code of iceshrimp.net yet.

      >It can be added if necessary.

      maybe not because currently only iceshrimp and wafrn support it.

      In conversation about 2 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: iceshrimp.dev
        Iceshrimp.NET
        from iceshrimp
        This repository contains our efforts to rewrite both the backend and the frontend, to improve performance, stability and maintainability.
    • Embed this notice
      silverpill (silverpill@mitra.social)'s status on Tuesday, 12-May-2026 04:54:33 JST silverpill silverpill
      in reply to

      @caohuak @frost @caohuak @caohuak Cool. I am not adding it to UI yet, but there will be a CLI command for testing some activities - including the Bite activity.

      In conversation about 2 months ago permalink
    • Embed this notice
      CaohuaK 🐺 (caohuak@moon.lonewolf.zone)'s status on Tuesday, 12-May-2026 04:54:35 JST CaohuaK 🐺 CaohuaK 🐺
      in reply to
      • silverpill

      @silverpill @frost @caohuak @caohuak iceshrimp.net can handle it too.

      By the way, I retried the activity, but it was ignored because I forgot to set canBite to anyone.

      In conversation about 2 months ago permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: iceshrimp.dev
        Iceshrimp.NET
        from iceshrimp
        This repository contains our efforts to rewrite both the backend and the frontend, to improve performance, stability and maintainability.
      2. No result found on File_thumbnail lookup.
        https://too.by/

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.