Alternative ATProto PDS implementation
6
fork

Configure Feed

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

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