Highly ambitious ATProtocol AppView service and sdks
0
fork

Configure Feed

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

update query cache

-380
-43
api/.sqlx/query-180c7eee2019dd4f04956a470aaf55064185639ac5a5d9f06cad38af68f122fa.json
··· 1 - { 2 - "db_name": "PostgreSQL", 3 - "query": "\n SELECT did, handle, slice_uri, indexed_at\n FROM actor\n WHERE slice_uri = $1 AND handle = $2 AND did > $3\n ORDER BY did ASC\n LIMIT $4\n ", 4 - "describe": { 5 - "columns": [ 6 - { 7 - "ordinal": 0, 8 - "name": "did", 9 - "type_info": "Text" 10 - }, 11 - { 12 - "ordinal": 1, 13 - "name": "handle", 14 - "type_info": "Text" 15 - }, 16 - { 17 - "ordinal": 2, 18 - "name": "slice_uri", 19 - "type_info": "Text" 20 - }, 21 - { 22 - "ordinal": 3, 23 - "name": "indexed_at", 24 - "type_info": "Text" 25 - } 26 - ], 27 - "parameters": { 28 - "Left": [ 29 - "Text", 30 - "Text", 31 - "Text", 32 - "Int8" 33 - ] 34 - }, 35 - "nullable": [ 36 - false, 37 - true, 38 - false, 39 - false 40 - ] 41 - }, 42 - "hash": "180c7eee2019dd4f04956a470aaf55064185639ac5a5d9f06cad38af68f122fa" 43 - }
-43
api/.sqlx/query-6b0bac4826d11b672583ccae3eb164239f2e17a2f8f13ec0c092557186e80d7e.json
··· 1 - { 2 - "db_name": "PostgreSQL", 3 - "query": "\n SELECT did, handle, slice_uri, indexed_at\n FROM actor\n WHERE slice_uri = $1 AND handle ILIKE $2 AND did > $3\n ORDER BY did ASC\n LIMIT $4\n ", 4 - "describe": { 5 - "columns": [ 6 - { 7 - "ordinal": 0, 8 - "name": "did", 9 - "type_info": "Text" 10 - }, 11 - { 12 - "ordinal": 1, 13 - "name": "handle", 14 - "type_info": "Text" 15 - }, 16 - { 17 - "ordinal": 2, 18 - "name": "slice_uri", 19 - "type_info": "Text" 20 - }, 21 - { 22 - "ordinal": 3, 23 - "name": "indexed_at", 24 - "type_info": "Text" 25 - } 26 - ], 27 - "parameters": { 28 - "Left": [ 29 - "Text", 30 - "Text", 31 - "Text", 32 - "Int8" 33 - ] 34 - }, 35 - "nullable": [ 36 - false, 37 - true, 38 - false, 39 - false 40 - ] 41 - }, 42 - "hash": "6b0bac4826d11b672583ccae3eb164239f2e17a2f8f13ec0c092557186e80d7e" 43 - }
-42
api/.sqlx/query-6d3ed86adaeec9fb6caccf2bc721859d158436b632cf81b64126927b0b7969da.json
··· 1 - { 2 - "db_name": "PostgreSQL", 3 - "query": "\n SELECT did, handle, slice_uri, indexed_at\n FROM actor\n WHERE slice_uri = $1 AND did = ANY($2)\n ORDER BY did ASC\n LIMIT $3\n ", 4 - "describe": { 5 - "columns": [ 6 - { 7 - "ordinal": 0, 8 - "name": "did", 9 - "type_info": "Text" 10 - }, 11 - { 12 - "ordinal": 1, 13 - "name": "handle", 14 - "type_info": "Text" 15 - }, 16 - { 17 - "ordinal": 2, 18 - "name": "slice_uri", 19 - "type_info": "Text" 20 - }, 21 - { 22 - "ordinal": 3, 23 - "name": "indexed_at", 24 - "type_info": "Text" 25 - } 26 - ], 27 - "parameters": { 28 - "Left": [ 29 - "Text", 30 - "TextArray", 31 - "Int8" 32 - ] 33 - }, 34 - "nullable": [ 35 - false, 36 - true, 37 - false, 38 - false 39 - ] 40 - }, 41 - "hash": "6d3ed86adaeec9fb6caccf2bc721859d158436b632cf81b64126927b0b7969da" 42 - }
-42
api/.sqlx/query-6fb1c37707b0004668ba441a1bb659b6cebe33800e57294e5a37478787af03bd.json
··· 1 - { 2 - "db_name": "PostgreSQL", 3 - "query": "\n SELECT did, handle, slice_uri, indexed_at\n FROM actor\n WHERE slice_uri = $1 AND handle = $2\n ORDER BY did ASC\n LIMIT $3\n ", 4 - "describe": { 5 - "columns": [ 6 - { 7 - "ordinal": 0, 8 - "name": "did", 9 - "type_info": "Text" 10 - }, 11 - { 12 - "ordinal": 1, 13 - "name": "handle", 14 - "type_info": "Text" 15 - }, 16 - { 17 - "ordinal": 2, 18 - "name": "slice_uri", 19 - "type_info": "Text" 20 - }, 21 - { 22 - "ordinal": 3, 23 - "name": "indexed_at", 24 - "type_info": "Text" 25 - } 26 - ], 27 - "parameters": { 28 - "Left": [ 29 - "Text", 30 - "Text", 31 - "Int8" 32 - ] 33 - }, 34 - "nullable": [ 35 - false, 36 - true, 37 - false, 38 - false 39 - ] 40 - }, 41 - "hash": "6fb1c37707b0004668ba441a1bb659b6cebe33800e57294e5a37478787af03bd" 42 - }
-42
api/.sqlx/query-a24be446a76714d4b4cc7c9b4aa2eeb0a51a13c6947037331931306621f7880d.json
··· 1 - { 2 - "db_name": "PostgreSQL", 3 - "query": "\n SELECT did, handle, slice_uri, indexed_at\n FROM actor\n WHERE slice_uri = $1 AND did > $2\n ORDER BY did ASC\n LIMIT $3\n ", 4 - "describe": { 5 - "columns": [ 6 - { 7 - "ordinal": 0, 8 - "name": "did", 9 - "type_info": "Text" 10 - }, 11 - { 12 - "ordinal": 1, 13 - "name": "handle", 14 - "type_info": "Text" 15 - }, 16 - { 17 - "ordinal": 2, 18 - "name": "slice_uri", 19 - "type_info": "Text" 20 - }, 21 - { 22 - "ordinal": 3, 23 - "name": "indexed_at", 24 - "type_info": "Text" 25 - } 26 - ], 27 - "parameters": { 28 - "Left": [ 29 - "Text", 30 - "Text", 31 - "Int8" 32 - ] 33 - }, 34 - "nullable": [ 35 - false, 36 - true, 37 - false, 38 - false 39 - ] 40 - }, 41 - "hash": "a24be446a76714d4b4cc7c9b4aa2eeb0a51a13c6947037331931306621f7880d" 42 - }
-42
api/.sqlx/query-d058bcd789a2e7c898c23d183704058bfded359222402771c2861b5ebf663369.json
··· 1 - { 2 - "db_name": "PostgreSQL", 3 - "query": "\n SELECT did, handle, slice_uri, indexed_at\n FROM actor\n WHERE slice_uri = $1 AND did = $2\n ORDER BY did ASC\n LIMIT $3\n ", 4 - "describe": { 5 - "columns": [ 6 - { 7 - "ordinal": 0, 8 - "name": "did", 9 - "type_info": "Text" 10 - }, 11 - { 12 - "ordinal": 1, 13 - "name": "handle", 14 - "type_info": "Text" 15 - }, 16 - { 17 - "ordinal": 2, 18 - "name": "slice_uri", 19 - "type_info": "Text" 20 - }, 21 - { 22 - "ordinal": 3, 23 - "name": "indexed_at", 24 - "type_info": "Text" 25 - } 26 - ], 27 - "parameters": { 28 - "Left": [ 29 - "Text", 30 - "Text", 31 - "Int8" 32 - ] 33 - }, 34 - "nullable": [ 35 - false, 36 - true, 37 - false, 38 - false 39 - ] 40 - }, 41 - "hash": "d058bcd789a2e7c898c23d183704058bfded359222402771c2861b5ebf663369" 42 - }
-42
api/.sqlx/query-d219e957aeb041e38abaec21b6c9da3124e2804f1ee745e57794ef5cb100757f.json
··· 1 - { 2 - "db_name": "PostgreSQL", 3 - "query": "\n SELECT did, handle, slice_uri, indexed_at\n FROM actor\n WHERE slice_uri = $1 AND handle ILIKE $2\n ORDER BY did ASC\n LIMIT $3\n ", 4 - "describe": { 5 - "columns": [ 6 - { 7 - "ordinal": 0, 8 - "name": "did", 9 - "type_info": "Text" 10 - }, 11 - { 12 - "ordinal": 1, 13 - "name": "handle", 14 - "type_info": "Text" 15 - }, 16 - { 17 - "ordinal": 2, 18 - "name": "slice_uri", 19 - "type_info": "Text" 20 - }, 21 - { 22 - "ordinal": 3, 23 - "name": "indexed_at", 24 - "type_info": "Text" 25 - } 26 - ], 27 - "parameters": { 28 - "Left": [ 29 - "Text", 30 - "Text", 31 - "Int8" 32 - ] 33 - }, 34 - "nullable": [ 35 - false, 36 - true, 37 - false, 38 - false 39 - ] 40 - }, 41 - "hash": "d219e957aeb041e38abaec21b6c9da3124e2804f1ee745e57794ef5cb100757f" 42 - }
-43
api/.sqlx/query-e80c5417fe3faffae69e8f93373b1a01c71cda8391c454edfbab881293210c9c.json
··· 1 - { 2 - "db_name": "PostgreSQL", 3 - "query": "\n SELECT did, handle, slice_uri, indexed_at\n FROM actor\n WHERE slice_uri = $1 AND did = $2 AND did > $3\n ORDER BY did ASC\n LIMIT $4\n ", 4 - "describe": { 5 - "columns": [ 6 - { 7 - "ordinal": 0, 8 - "name": "did", 9 - "type_info": "Text" 10 - }, 11 - { 12 - "ordinal": 1, 13 - "name": "handle", 14 - "type_info": "Text" 15 - }, 16 - { 17 - "ordinal": 2, 18 - "name": "slice_uri", 19 - "type_info": "Text" 20 - }, 21 - { 22 - "ordinal": 3, 23 - "name": "indexed_at", 24 - "type_info": "Text" 25 - } 26 - ], 27 - "parameters": { 28 - "Left": [ 29 - "Text", 30 - "Text", 31 - "Text", 32 - "Int8" 33 - ] 34 - }, 35 - "nullable": [ 36 - false, 37 - true, 38 - false, 39 - false 40 - ] 41 - }, 42 - "hash": "e80c5417fe3faffae69e8f93373b1a01c71cda8391c454edfbab881293210c9c" 43 - }
-41
api/.sqlx/query-eaacfbee8af7a764769304925659617690fe25fdd02d02cfead55f0e99500ea3.json
··· 1 - { 2 - "db_name": "PostgreSQL", 3 - "query": "\n SELECT did, handle, slice_uri, indexed_at\n FROM actor\n WHERE slice_uri = $1\n ORDER BY did ASC\n LIMIT $2\n ", 4 - "describe": { 5 - "columns": [ 6 - { 7 - "ordinal": 0, 8 - "name": "did", 9 - "type_info": "Text" 10 - }, 11 - { 12 - "ordinal": 1, 13 - "name": "handle", 14 - "type_info": "Text" 15 - }, 16 - { 17 - "ordinal": 2, 18 - "name": "slice_uri", 19 - "type_info": "Text" 20 - }, 21 - { 22 - "ordinal": 3, 23 - "name": "indexed_at", 24 - "type_info": "Text" 25 - } 26 - ], 27 - "parameters": { 28 - "Left": [ 29 - "Text", 30 - "Int8" 31 - ] 32 - }, 33 - "nullable": [ 34 - false, 35 - true, 36 - false, 37 - false 38 - ] 39 - }, 40 - "hash": "eaacfbee8af7a764769304925659617690fe25fdd02d02cfead55f0e99500ea3" 41 - }