File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Configuration options
113113
114114` documentLoaderFactory `
115115: A factory function for creating a document loader to fetch remote
116- ActivityPub objects. See [ * Getting a ` Federation `
116+ ActivityPub objects. See [ * Getting a ` Federation `
117117 object* ] ( ./federation.md#documentloaderfactory ) .
118118
119119` authenticatedDocumentLoaderFactory `
@@ -222,7 +222,6 @@ Return `true` to approve or `false` to reject. Rejected requests receive a
222222Managing followers
223223------------------
224224
225- <<<<<<< HEAD
226225The relay provides methods to query and manage followers through the ` Relay `
227226interface.
228227
@@ -281,7 +280,6 @@ Each follower entry contains:
281280> supports listing by prefix (Redis, PostgreSQL, SQLite, Deno KV all support
282281> this).
283282
284- =======
285283Follower data is stored in the [ ` KvStore ` ] ( ./kv.md ) with keys following the
286284pattern ` ["follower", actorId] ` . Each entry contains:
287285
@@ -322,7 +320,6 @@ for await (const entry of kv.list(["follower"])) {
322320}
323321~~~~
324322
325- >>>>>>> cbb51460362eba2c9ccf5d639f9d25899bad64a4
326323
327324Storage requirements
328325--------------------
You can’t perform that action at this time.
0 commit comments