[timothy_chambe], gRegor, [Tim_Nolte], geoffo, oodani and [manton] joined the channel
#[manton]Anyone experiment with sending Mastodon DMs? I can’t seem to get it to work, but my JSON looks basically the same as what Mastodon is sending.
#aaronpkIMO mastodon DMs are a losing battle, since the interface in mastodon for it is pretty bad, and AP itself isn't really designed for it either
#[tantek]Are those protected posts with an audience of 1?
#[manton]Yes, that’s my understanding, and that’s how I’ve coded my side.
#[manton]Personally I wish Mastodon didn’t have DMS, but now people expect it.
#@scottmallinsonA lunch break well spent. Managed to _finally_ get webmentions working again by simply changing the microformat structure on my website. The output of microformat parsers can be a little challenging to interpret. (twitter.com/_/status/1610268270744977410)
#@scottmallinsonA lunch break well spent. Managed to finally get webmentions working again by simply changing the microformat structure on my website. The output of microformat parsers can be a little challenging to interpret. (twitter.com/_/status/1610267992532684800)
mro, gerben, tiim1 and [tw2113_Slack_] joined the channel
#[tantek][snarfed], others who use Bridgy Fed, might be worth chiming in here to say the "lazy" option is start with using a service like Bridgy Fed, rather than implementing AP yourself: https://github.com/novoid/lazyblorg/issues/71
#Loqi[preview] [novoid] #71 Implement ActivityPub in order to provide an update feed for the Fediverse
#[snarfed]"I don't know ActivityPub at all. I would assume that it's a similar format to Atom (which is already implemented): a static text page that contains the most recent articles." 😂
#gRegorEh, scratch that manual idea, because then you'd have to also manually include the dependencies.
njmm, [Rose], [chrisaldrich] and tiim joined the channel
#gRegor[snarfed], do you have any insight on how long Mastodon profile photos/bio/links are cached? "New" instances following me get the latest but previous ones haven't updated, even after a new post gets delivered to them
#sknebelgRegor: afaik profile updates get pushed too, so probably for a looong time
#sknebel(because the expectation is that the source will tell them if something changed)
#aaronpkafaik "indefinitely", there is a separate profile update activity you have to send, but then they should update nearly instantly once they receive that
#[snarfed]right. BF doesn't currently send Update activities for your profile. it could, but it would need to regularly poll your site