diff options
author | pdp8 <pdp8@pdp8.info> | 2023-07-02 00:37:33 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-07-02 00:37:33 +0200 |
commit | 7f38d569d8dd2491d1b9b8bc0ff1ae016b02f34f (patch) | |
tree | 5ddd0eba0dce147e8b799351a9f3e20945a08118 /public/pdp8 | |
parent | 086709cae3da7a01a011fe906004c8685fdd2ed0 (diff) |
activity sending/storage unified (send_signed -> outbox)
Diffstat (limited to 'public/pdp8')
-rw-r--r-- | public/pdp8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/pdp8 b/public/pdp8 index fafc4e0..36c4ac9 100644 --- a/public/pdp8 +++ b/public/pdp8 @@ -10,6 +10,7 @@ "outbox": "https://social.pdp8.info/outbox", "following": "https://social.pdp8.info/following", "followers": "https://social.pdp8.info/followers", + "manuallyApprovesFollowers": false, "icon": { "type": "Image", "url": "https://pdp8.info/pdp8.png" @@ -31,6 +32,9 @@ "value": "<a rel=\"me\" href=\"https://matrix.to/#/@pdp8:matrix.pdp8.info\">@pdp8:matrix.pdp8.info</a>" } ], + "endpoints": { + "sharedInbox": "https://social.pdp8.info/inbox" + } "publicKey": { "id": "https://social.pdp8.info/pdp8#main-key", "owner": "https://social.pdp8.info/pdp8", |