Ryan Barrett
Ryan Barrett
Some people who bridge a Bluesky account into the fediverse would like to use their own domain for the handle (#1150), eg `@[email protected]` instead of `@[email protected]`. Some of those people...
Interesting one! Let me see if I can describe this right. 1. nytimes.com is currently [bridged to the fediverse](https://fed.brid.gy/web/nytimes.com). 1. https://newsmast.community/@ukraineinvasion is currently [bridged to Bluesky](https://fed.brid.gy/ap/@[email protected]). 1. BF delivered https://www.nytimes.com/2024/08/09/us/politics/biden-peace-war.html...
Right now ActivityPub is in `Web.DEFAULT_ENABLED_PROTOCOLS`, which means we can't disable it but keep eg Bluesky. I got a request to do this today. Would be nice!
> Hah, funny. I was confused that I'd never heard of this 27 number before...turns out it's specific to the bsky.app client, not part of ATProto or the Bluesky AppView:...
`title` isn't nullable in `app.bsky.embed.external#external`. Example: https://atproto.tools/records?seq=887152670 ```json { "$type": "app.bsky.feed.post", "bridgyOriginalText": "Need a node? Ping Dimi. RE: https://coracle.social/nevent1qqs2h8wdrkwrru75zm3we7apeqshpcpn0awglxqg80033hyymf984zgpz4mhxue69uhhyetvv9ujuerpd46hxtnfduhsygqlsvxasagnpvf5l0ely7nfamxcvyayn96g5ud45fc6wx07hts5a5psgqqqqqqsrza73v", "bridgyOriginalUrl": "https://coracle.social/nevent1qqs0axwvssn0f4pa4u6ud3ngg63u4l8d75f20ykhajsn207xdu4txzgprpmhxue69uhhyetvv9ujumt0d4hhxarj9ecxjmntquua7e", "createdAt": "2024-08-05T01:13:51.000Z", "embed": { "$type": "app.bsky.embed.external", "external": { "$type":...
I'd like to set a request timeout to limit starvation from runaway requests, particularly for the receive queue on the router service, which is serialized to one task as a...
We're failing here, eg `authed user nature.com isn't object owner [] {}`: https://github.com/snarfed/bridgy-fed/blob/f34d1b43a3b32b82e09cba101251be4484bbb23a/models.py#L937-L942 Full example log: ``` Running receive task 27737075331792088871 Params: [('authed_as', 'nature.com'), ('obj', 'ahBicmlkZ3ktZmVkZXJhdGVkch8LEgZPYmplY3QiE2h0dHBzOi8vbmF0dXJlLmNvbS8M')] Receiving web person https://nature.com/...
Right now, when we fetch and process an RSS/Atom feed, there are a number of classes of errors that will stop us from polling it in the future. We need...
setouchiexplorer.com recently got bridged, https://fed.brid.gy/web/setouchiexplorer.com , but its posts are failing. It's running the WordPress AP plugin, and we've already seen some of its posts as AP - specifically, we...
We used to do this, not sure why we stopped. Background: https://bsky.app/profile/snarfed.org/post/3kxqinrzbr62j , cc @mackuba