Alternative ATProto PDS implementation
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 3fe47718b90ff9acd2f5a35b057eb267b5ea28bc 26 lines 571 B view raw
1{ 2 "db_name": "SQLite", 3 "query": "\n SELECT cid, rev\n FROM repo_root\n WHERE did = ?\n LIMIT 1\n ", 4 "describe": { 5 "columns": [ 6 { 7 "name": "cid", 8 "ordinal": 0, 9 "type_info": "Text" 10 }, 11 { 12 "name": "rev", 13 "ordinal": 1, 14 "type_info": "Text" 15 } 16 ], 17 "parameters": { 18 "Right": 1 19 }, 20 "nullable": [ 21 false, 22 false 23 ] 24 }, 25 "hash": "d1c3ea6ebc19b0362851ebd0b8c8a0b9c87d5cddf4f03670636d29ba5ceb9435" 26}