Relaxing treatment of non-notes by Mastodon
-
renchap@oisaur.comreplied to julian@community.nodebb.org on last edited by
@julian This is totally not about growth hacking or engagement
Users see some content, click on it, then end up with a new UI, see a reply button, click on it, and are asked to create a new account, or to sign up (but not with their initial account). Our user testing (and many feedback) points that this is a very common issue with AP federation at the moment, even between Mastodon instances.
Not many people understand what is the federation and how to work around it -
hongminhee@fosstodon.orgreplied to julian@community.nodebb.org on last edited by
@julian Ghost already represents posts as `as:Article` objects. Interestingly, they put `as:Note` into the `as:preview` property of `as:Article` objects, which I don't think Mastodon utilizes.
ActivityPub/src/handlers.ts at 46ef68e2c79ec9e8e3fb8d9e5ebbd0729c6bae72 Β· TryGhost/ActivityPub
A full-featured ActivityPub server for networked publishing with Ghost - ActivityPub/src/handlers.ts at 46ef68e2c79ec9e8e3fb8d9e5ebbd0729c6bae72 Β· TryGhost/ActivityPub
GitHub (github.com)
-
julian@community.nodebb.orgreplied to renchap@oisaur.com on last edited by
Our user testing (and many feedback) points that this is a very common issue with AP federation at the moment, even between Mastodon instances.
I am more than willing to admit that this is a complex issue that cannot be solved independently by one implementor. A user shouldn't have to think about how to navigate various ActivityPub implementations with respect to replying/liking, etc.
My apologies for assuming it was about growth hacking (which I still wouldn't begrudge you if it factored in, I think we all think about it a little.)
So let's set aside that for now and see if the content presentation can be improved just enough.
-
thisismissem@hachyderm.ioreplied to hongminhee@fosstodon.org on last edited by
@hongminhee @julian @renchap @pfefferle @mike @michael
That's an interesting idea using as:preview to carry an as:Note representation of the activity, abd would probably be pretty easy to integrate, I think?
-
pfefferle@mastodon.socialreplied to thisismissem@hachyderm.io on last edited by
@thisismissem @hongminhee @julian @renchap @mike @michael but isn't this a hack we only might have to add because of the summary/content-warning thingy?
-
julian@community.nodebb.orgreplied to pfefferle@mastodon.social on last edited by
@thisismissem@hachyderm.io @hongminhee@fosstodon.org Yeah that's something I haven't seen before. Would love to get @johnonolan@mastodon.xyz's take on it.
Blog software has the concept of "excerpts", which I think fits well with that idea.
@pfefferle@mastodon.social is right though... this is likely only because an excerpt can't be sent in via
summary
, otherwise it gets treated like a CW. -
thisismissem@hachyderm.ioreplied to pfefferle@mastodon.social on last edited by
@pfefferle @hongminhee @julian @renchap @mike @michael
To a degree, but for activities like Travel, Listen, Visit, etc, I think representing those to something resembling a Note will always be difficult, hence having an as:Note preview of the activity does make sense to me
-
samsethi@podcastindex.socialreplied to julian@community.nodebb.org on last edited by
@evan @julian @pfefferle @manton @renchap @andypiper @Gargron I 100% agree with Julian. We are new to AP development but very excited. I was surprised by the lack of AP vocab support in Mastodon given the AP vocab has not been updated since May 2017.
Being a podcast & music app we had hoped to use the LISTEN verb. Sadly we can't as there is no support? Equally we offer blogging and event ticketing in our platform, so using ANNOUNCE, ARTICLE and BUY verbs will hopefully work???
-
beaware@social.beaware.livereplied to julian@community.nodebb.org on last edited by
@julian the cynicism in me tells me that they did that and haven't changed it yet so they don't "accidentally" send someone to a better Fediverse software.
Lots of Mastodon decisions seem very sus lately. The lack of moderation tools and the devs completely ignoring requests for them are the biggest concern.
-
pfefferle@mastodon.socialreplied to hongminhee@fosstodon.org on last edited by
/cc @linos
-
evan@cosocial.careplied to samsethi@podcastindex.social on last edited by
@samsethi so, I think you should just publish the activities that make sense for the problem domain, and we can worry about getting support for them by other platforms afterwards.
-
pfefferle@mastodon.socialreplied to samsethi@podcastindex.social on last edited by
@samsethi here are the Object-Types that are supported by Mastodon and that will be transformed into a `Note` https://github.com/mastodon/mastodon/blob/ca8e892c1abb91722c256030c83cabec8e3445ff/app/lib/activitypub/activity.rb#L9
-
samsethi@podcastindex.socialreplied to evan@cosocial.ca on last edited by
@evan sadly its chicken and egg. If we publish with the listen verb and no apps read/render it then. our users will ask why their activity was not published. So we are forced to use the lowest common denominator aka note so it is read now by AP clients. Very happy to experiment as I know we are a new use case.
-
thisismissem@hachyderm.ioreplied to samsethi@podcastindex.social on last edited by
-
linos@graz.socialreplied to julian@community.nodebb.org on last edited by
@julian @renchap @pfefferle @mike @michael @hongminhee
Same for #CastoPod: Mastodon was/is the reason they actually send the creation of a `ΗΈote`, which essentially contains the name, summary and the link of their well defined PodcastEpisode ActivityStreams object. In fact adding a new supported object type to Mastodon is a one-liner and I was a bit sad that not even a issue got opened. But I hope we can overcome such hurdles in the near future!
-
samsethi@podcastindex.socialreplied to thisismissem@hachyderm.io on last edited by
@thisismissem @evan 100% agree but how?
-
thisismissem@hachyderm.ioreplied to samsethi@podcastindex.social on last edited by
@samsethi @evan I think this links to the various efforts: https://github.com/w3c/activitypub/issues/430
-
trwnh@mastodon.socialreplied to thisismissem@hachyderm.io on last edited by
@thisismissem @julian @pfefferle @manton @samsethi @renchap @andypiper I don't think "capability negotiation by nodeinfo software version" is a good idea or at all desirable.
-
trwnh@mastodon.socialreplied to thisismissem@hachyderm.io on last edited by
@thisismissem @pfefferle @hongminhee @julian @renchap @mike @michael hot take, but mastodon should be able to convert *anything* into a status "simply" by taking name/summary/content if present. https://www.w3.org/TR/activitystreams-core/#h-text-representations
-
thisismissem@hachyderm.ioreplied to trwnh@mastodon.social on last edited by
@trwnh @julian @pfefferle @manton @samsethi @renchap @andypiper
It's a stop gap solution until we have something better.