Post 9nnHEDS9OfiFfRLeNc by autogestion@mastodon.social
 (DIR) More posts by autogestion@mastodon.social
 (DIR) Post #9nnEp5MS95LNQHZXpg by mariusor@metalhead.club
       2019-10-10T13:54:46Z
       
       0 likes, 0 repeats
       
       @ihabunek does Toot have a good separation between UI and the Mastodon API? Do you think it can be used as a base for implementing a "generic"* #ActivityPub client ? * generic is in quotes because there's no real implementation (that I know of) of an ActivityPub service that supports C2S interactions
       
 (DIR) Post #9nnEp9dyDtjUhlnagy by autogestion@mastodon.social
       2019-10-10T20:12:19Z
       
       0 likes, 0 repeats
       
       @mariusor @ihabunek PubGate do support C2S. But there is no client to connect)
       
 (DIR) Post #9nnGdvhxtXS6CvRVeS by autogestion@mastodon.social
       2019-10-10T20:32:46Z
       
       0 likes, 0 repeats
       
       @mariusor @ihabunek The fact is that it is easy to implement #C2S on server side. It's just reversed S2S  interaction. microblog.pub manifested support of it (but last time I tried it, it was broken), also Pleroma have limited support. But implementing client is a real shit, client have to collect all the reactions on all the posts in timeline, or use cached ones, and caching do not mentioned at spec at all
       
 (DIR) Post #9nnHEDS9OfiFfRLeNc by autogestion@mastodon.social
       2019-10-10T20:39:19Z
       
       0 likes, 0 repeats
       
       @mariusor @ihabunek while trying to implement js C2S client, I decided to cache it silently on server, and replace link with ordered collection. Then client checks if it is object or linkhttps://github.com/autogestion/pubgate-philip/blob/master/philip/src/utils/objectUtils.js#L3
       
 (DIR) Post #9nnlOVkEafbcycfQKe by yaaps@banana.dog
       2019-10-11T02:16:53Z
       
       0 likes, 1 repeats
       
       @mariusor @ihabunek Pleroma added AP C2S support in February. There's no guarantee that it got pushed to the production branch when the big update to 1.x happened, though