Salta al contenuto
0
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Old Web Site
  • Recenti
  • Popolare
  • Tag
  • Utenti
  • Home
  • Piero Bosio
  • Blog
  • Mondo
  • Fediverso
  • News
  • Categorie
  • Old Web Site
  • Recenti
  • Popolare
  • Tag
  • Utenti
Skin
  • Chiaro
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Scuro
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Predefinito (Cerulean)
  • Nessuna skin
Collassa

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  1. Home
  2. Categorie
  3. Technical Discussion
  4. Does anyone know if mastodon broadcasts replies to posts?

Does anyone know if mastodon broadcasts replies to posts?

Pianificato Fissato Bloccato Spostato Technical Discussion
mastodonactivitypub
13 Post 4 Autori 63 Visualizzazioni
  • Da Vecchi a Nuovi
  • Da Nuovi a Vecchi
  • Più Voti
Rispondi
  • Risposta alla discussione
Effettua l'accesso per rispondere
Questa discussione è stata eliminata. Solo gli utenti con diritti di gestione possono vederla.
  • paulgc@mastodon.socialundefined Questo utente è esterno a questo forum
    paulgc@mastodon.socialundefined Questo utente è esterno a questo forum
    paulgc@mastodon.social
    scritto su ultima modifica di
    #1

    Does anyone know if mastodon broadcasts replies to posts?

    I (possibly naively) assumed I'd catch an ActivityPub `Create` event on my server when someone replied to a post created on my server, but nothing's arriving 🤷

    How are people learning about replies to their posts? What am I doing wrong?

    #mastodon #activitypub

    julian@activitypub.spaceundefined 1 Risposta Ultima Risposta
    0
    • paulgc@mastodon.socialundefined paulgc@mastodon.social

      Does anyone know if mastodon broadcasts replies to posts?

      I (possibly naively) assumed I'd catch an ActivityPub `Create` event on my server when someone replied to a post created on my server, but nothing's arriving 🤷

      How are people learning about replies to their posts? What am I doing wrong?

      #mastodon #activitypub

      julian@activitypub.spaceundefined Questo utente è esterno a questo forum
      julian@activitypub.spaceundefined Questo utente è esterno a questo forum
      julian@activitypub.space
      scritto su ultima modifica di
      #2

      @paulgc@mastodon.social nope! Replies are only received by your server if they're sent them by the person replying.

      On Mastodon this usually takes the form of a mention. When a user is mentioned on Mastodon, they are de facto addressed as well.

      In turn, that means the activity is delivered to those addressed users.

      If a mastodon user replies to your post but does not mention you, then you will not be receiving that reply. (I think.)

      1 Risposta Ultima Risposta
      1
      • julian@activitypub.spaceundefined Questo utente è esterno a questo forum
        julian@activitypub.spaceundefined Questo utente è esterno a questo forum
        julian@activitypub.space
        scritto su ultima modifica di
        #3

        @paulgc@mastodon.social realistically, however, most software is incentivized to actually address replies to the person they are replying to. Otherwise, they wouldn't get it and there wouldn't be any point to replying, right? 😂

        1 Risposta Ultima Risposta
        1
        • paulgc@mastodon.socialundefined Questo utente è esterno a questo forum
          paulgc@mastodon.socialundefined Questo utente è esterno a questo forum
          paulgc@mastodon.social
          scritto su ultima modifica di
          #4

          @julian wow, ok. That's really helpful - thanks!

          1 Risposta Ultima Risposta
          1
          • julian@fietkau.socialundefined Questo utente è esterno a questo forum
            julian@fietkau.socialundefined Questo utente è esterno a questo forum
            julian@fietkau.social
            scritto su ultima modifica di
            #5

            @julian@activitypub.space Replying now because I only saw this thread today (h/t @reiver), but I don't think this is quite accurate as written regarding Mastodon.

            AIUI, Mastodon decouples replying and notifying. If you reply to a post from a Mastodon server but do not tag the author of the parent post, they will be part of the ActivityPub recipient list (and their server will receive the reply), but if the parent poster is also on a Mastodon server, they will not receive a notification about the reply.

            @paulgc

            julian@fietkau.socialundefined 1 Risposta Ultima Risposta
            0
            • julian@fietkau.socialundefined julian@fietkau.social

              @julian@activitypub.space Replying now because I only saw this thread today (h/t @reiver), but I don't think this is quite accurate as written regarding Mastodon.

              AIUI, Mastodon decouples replying and notifying. If you reply to a post from a Mastodon server but do not tag the author of the parent post, they will be part of the ActivityPub recipient list (and their server will receive the reply), but if the parent poster is also on a Mastodon server, they will not receive a notification about the reply.

              @paulgc

              julian@fietkau.socialundefined Questo utente è esterno a questo forum
              julian@fietkau.socialundefined Questo utente è esterno a questo forum
              julian@fietkau.social
              scritto su ultima modifica di
              #6

              In other words, @paulgc, you should be seeing those Create activities if the reply comes from Mastodon. I think if you reply to a post on your server from https://activitypub.academy you can inspect the payload that gets sent.

              @julian@activitypub.space @reiver

              paulgc@mastodon.socialundefined 1 Risposta Ultima Risposta
              0
              • julian@fietkau.socialundefined julian@fietkau.social

                In other words, @paulgc, you should be seeing those Create activities if the reply comes from Mastodon. I think if you reply to a post on your server from https://activitypub.academy you can inspect the payload that gets sent.

                @julian@activitypub.space @reiver

                paulgc@mastodon.socialundefined Questo utente è esterno a questo forum
                paulgc@mastodon.socialundefined Questo utente è esterno a questo forum
                paulgc@mastodon.social
                scritto su ultima modifica di
                #7

                @julian@fietkau.social @julian@activitypub.space @reiver Thanks - you're right, I am now seeing them. They turned up at the shared inbox, rather than the user's inbox, which is why I was missing them to start with. activitypub.academy looks useful!

                julian@activitypub.spaceundefined julian@fietkau.socialundefined 2 Risposte Ultima Risposta
                0
                • paulgc@mastodon.socialundefined paulgc@mastodon.social

                  @julian@fietkau.social @julian@activitypub.space @reiver Thanks - you're right, I am now seeing them. They turned up at the shared inbox, rather than the user's inbox, which is why I was missing them to start with. activitypub.academy looks useful!

                  julian@activitypub.spaceundefined Questo utente è esterno a questo forum
                  julian@activitypub.spaceundefined Questo utente è esterno a questo forum
                  julian@activitypub.space
                  scritto su ultima modifica di
                  #8

                  @paulgc@mastodon.social yes, shared inbox is useful to reduce the number of requests sent.

                  NodeBB will always use a shared inbox if one can be found for the user.

                  1 Risposta Ultima Risposta
                  0
                  • paulgc@mastodon.socialundefined paulgc@mastodon.social

                    @julian@fietkau.social @julian@activitypub.space @reiver Thanks - you're right, I am now seeing them. They turned up at the shared inbox, rather than the user's inbox, which is why I was missing them to start with. activitypub.academy looks useful!

                    julian@fietkau.socialundefined Questo utente è esterno a questo forum
                    julian@fietkau.socialundefined Questo utente è esterno a questo forum
                    julian@fietkau.social
                    scritto su ultima modifica di
                    #9

                    @paulgc Glad it's working! Although now that I've tested it myself, I'm not quite as confident anymore. 🤔 A test reply I made at https://activitypub.academy/@begusla_laddaciul/115865414668779913 has the ActivityPub `to` set as the account's followers and `cc` to as.Public, but was sent to my server anyway. So I guess the behavior, at least on activitypub.academy, is to not individually address the parent poster, but send them a copy of the post anyway (presumably justified by W3C ActivityPub §7.1.3). Feels a bit funky.

                    @julian@activitypub.space @reiver

                    julian@activitypub.spaceundefined 1 Risposta Ultima Risposta
                    0
                    • julian@fietkau.socialundefined julian@fietkau.social

                      @paulgc Glad it's working! Although now that I've tested it myself, I'm not quite as confident anymore. 🤔 A test reply I made at https://activitypub.academy/@begusla_laddaciul/115865414668779913 has the ActivityPub `to` set as the account's followers and `cc` to as.Public, but was sent to my server anyway. So I guess the behavior, at least on activitypub.academy, is to not individually address the parent poster, but send them a copy of the post anyway (presumably justified by W3C ActivityPub §7.1.3). Feels a bit funky.

                      @julian@activitypub.space @reiver

                      julian@activitypub.spaceundefined Questo utente è esterno a questo forum
                      julian@activitypub.spaceundefined Questo utente è esterno a questo forum
                      julian@activitypub.space
                      scritto su ultima modifica di
                      #10

                      @julian@fietkau.social @paulgc@mastodon.social mm, I don't suppose there's any reason addressees and delivery recipients need align.

                      You can't enforce it 😁

                      NodeBB does this too, where we'll send a copy of a reply to everybody in the immediate chain, even if they're not mentioned.

                      1 Risposta Ultima Risposta
                      0
                      • julian@fietkau.socialundefined Questo utente è esterno a questo forum
                        julian@fietkau.socialundefined Questo utente è esterno a questo forum
                        julian@fietkau.social
                        scritto su ultima modifica di
                        #11

                        @julian@activitypub.space @paulgc I'm lucky none of my projects so far have needed to really deal with replies, so I haven't had to think about this. 😄

                        But it reminds me how I've been told that Misskey sends an account's likes to its followers in addition to the author of the liked post, which Mastodon does not. So on Misskey, if a post comes by your feed that someone you follow has previously liked, you see that information. That's cool in some ways and showcases implementation differences in activity delivery.

                        julian@activitypub.spaceundefined 1 Risposta Ultima Risposta
                        0
                        • julian@fietkau.socialundefined julian@fietkau.social

                          @julian@activitypub.space @paulgc I'm lucky none of my projects so far have needed to really deal with replies, so I haven't had to think about this. 😄

                          But it reminds me how I've been told that Misskey sends an account's likes to its followers in addition to the author of the liked post, which Mastodon does not. So on Misskey, if a post comes by your feed that someone you follow has previously liked, you see that information. That's cool in some ways and showcases implementation differences in activity delivery.

                          julian@activitypub.spaceundefined Questo utente è esterno a questo forum
                          julian@activitypub.spaceundefined Questo utente è esterno a questo forum
                          julian@activitypub.space
                          scritto su ultima modifica di
                          #12

                          @julian@fietkau.social that's a great idea! I should adopt that, there's no downside.

                          1 Risposta Ultima Risposta
                          0
                          • trwnh@mastodon.socialundefined Questo utente è esterno a questo forum
                            trwnh@mastodon.socialundefined Questo utente è esterno a questo forum
                            trwnh@mastodon.social
                            scritto su ultima modifica di
                            #13

                            @julian@activitypub.space @julian@fietkau.social well, in theory, you can have private likes and public likes. misskey and pleroma do public likes. mastodon does private likes, but then shows them publicly if anyone asks the origin site. because addressing is just a suggestion, apparently ;)

                            1 Risposta Ultima Risposta
                            1

                            Ciao! Sembra che tu sia interessato a questa conversazione, ma non hai ancora un account.

                            Stanco di dover scorrere gli stessi post a ogni visita? Quando registri un account, tornerai sempre esattamente dove eri rimasto e potrai scegliere di essere avvisato delle nuove risposte (tramite email o notifica push). Potrai anche salvare segnalibri e votare i post per mostrare il tuo apprezzamento agli altri membri della comunità.

                            Con il tuo contributo, questo post potrebbe essere ancora migliore 💗

                            Registrati Accedi
                            Rispondi
                            • Risposta alla discussione
                            Effettua l'accesso per rispondere
                            • Da Vecchi a Nuovi
                            • Da Nuovi a Vecchi
                            • Più Voti


                            Feed RSS
                            Does anyone know if mastodon broadcasts replies to posts?
                            @pierobosio@soc.bosio.info
                            V4.10.1 Contributors
                            • Accedi

                            • Accedi o registrati per effettuare la ricerca.
                            • Primo post
                              Ultimo post