Alternative ATProto PDS implementation
6
fork

Configure Feed

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

at 4ff12af3207a20e6f40eccc6df89569177bc67ca 20 lines 426 B view raw
1{ 2 "db_name": "SQLite", 3 "query": "SELECT COUNT(*) FROM oauth_refresh_tokens WHERE dpop_thumbprint = ? AND client_id = ?", 4 "describe": { 5 "columns": [ 6 { 7 "name": "COUNT(*)", 8 "ordinal": 0, 9 "type_info": "Integer" 10 } 11 ], 12 "parameters": { 13 "Right": 2 14 }, 15 "nullable": [ 16 false 17 ] 18 }, 19 "hash": "2e13e052dfc64f29d9da1bce2bf844cbb918ad3bb01e386801d3b0d3be246573" 20}