FedStoa / moa

A Mastodon, Twitter, and Instagram Cross-poster
https://moa.party
MIT License
355 stars 19 forks source link

Activitypub.actor #114

Closed bgta closed 4 years ago

bgta commented 5 years ago

When post on mastodon a Twitter message with mention like:

@MastodonProject@twitter.com

If @twitter.com is replaced by @twitter.activitypub.actor then the Profile automaticly is linked to Twitter account.

image

foozmeat commented 5 years ago

My server isn't linking @twitter.activitypub.actor profiles like this. I'm also worried about the length this would add to messages coming from twitter. Another user wants to shorten these further than they currently are.

foozmeat commented 5 years ago

OK, it appears the twitter.activitypub.actor server is returning a 503 right now.

bgta commented 5 years ago

You can see ActivityPub.actor working on this toot:

https://mastodont.cat/@bgta/102171874152755390

Works fine for me at my Mastodon node

On Tue, May 28, 2019, 00:21 James Moore notifications@github.com wrote:

OK, it appears the twitter.activitypub.actor server is returning a 503 right now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/foozmeat/moa/issues/114?email_source=notifications&email_token=AAEKGEAIKYOQW26MTYSBTMTPXRNFPA5CNFSM4HNJDU3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKSPYQ#issuecomment-496314338, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEKGEFI7YOK442XLSVKT4DPXRNFPANCNFSM4HNJDU3A .

foozmeat commented 4 years ago

@bgta I just tested this again and when I add @foozmeat@twitter.activitypub.actor to a toot on my server (running 3.0.1) it isn't linked the way you describe. Unfortunately until I can reproduce the desired behavior I can't really implement this.

bgta commented 4 years ago

Mmmm...seems that isn't working now. You can see more info about this functionality on https://twitter.activitypub.actor/foozmeat

You can link it with any ActivityPub capable social network by typing @foozmeat@twitter.activitypub.actor.

But is in beta, and probably has bugs?

It worked on my mastodon node on 28th May of this year ... but now, I cannot reproduce it.

Technical info at: https://activitypub.actor/

I try to contact to activitypub.actor developer: https://mastodont.cat/@bgta/103129015582882664

foozmeat commented 4 years ago

@bgta I spoke with the dev and he fixed the problem so the links work properly on my server now. I'll look into this further.

bgta commented 4 years ago

Great news! Thanks a lot for your work!