-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATProto: implement com.atproto.repo.getRecord
, listRecords
#1046
Comments
+1 on This is important for moderation purposes: in the report client only sends |
Understood! Out of curiosity, is your backend a PDS? A mod service? Something else? |
"backend" in this case is an adapter from atproto to a ticketing system. Previously we used a forum channel in a dedicated Discord server, but now I've migrated everything over to an https://www.openproject.org/ instance. I don't have the code public at the moment, but happy to answer any questions. All in all, after getting a report, it uses |
Fascinating! Got it. (And I assume you mean In general, I don't plan to implement many PDS-level XRPC methods, whether |
We should probably decide and document what constitutes a minimum-viable repo-hosting-service in the network, eg "minimal PDS" versus "full-fledged interactive PDS". Should only need to implement endpoints from
For now we're being pretty permissive. It is possible in the future the ecosystem will want to apply more pressure for implementations to meet a minimal implementation bar, but that is probably a question for the standards body process or general ecosystem governance. |
It's just my two cents, but it would definitely be nice for Bridgy Fed to support migration (of followers at least, though converted data exports would be "nice to have" where that's feasible, maybe better as a largely separate service). Off-migration would give some assurance for people that they wouldn't lose their connections if something goes wrong with the bridge (short of a sudden long outage, at least) and symmetric1 migration between networks would enable much greater mobility of experience, so to speak. I'm not sure fully symmetric migration is actually possible, though, due to potential protocol differences… On Bluesky, is it possible to "merge" multiple accounts into one through migration? On ActivityPub, that is the only supported migration option. Footnotes
|
Yeah, I'm not doing anything odd with the request routing and send them through home PDS, like the rest of the clients do. So |
Yes! That's #330, following up there. |
specifically describeRepo, getRecord, and listRecords for snarfed/bridgy-fed#1046
will be used in com.atproto.sync.listRepos for snarfed/bridgy-fed#1046
Done: We now support
The notable ones we're currently missing are (arroba supports more, eg auth/session and writes.) |
Is this already rolled out to prod? |
@imax9000 yes! |
Thanks! Then I need to do some debugging on my side to figure out why reporting fails |
These should be straightforward. We already have
com.atproto.sync.getRecord
anyway! Thanks for the nudge @bnewbold.The text was updated successfully, but these errors were encountered: