From 539f1f08ec3f3d668130b0b5dacf090d98eff517 Mon Sep 17 00:00:00 2001 From: Akhilesh Thite Date: Sat, 14 Sep 2024 13:20:50 -0700 Subject: [PATCH] chore: revert distributed.press actor URL to IPNS protocol in default actors list --- timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeline.js b/timeline.js index c7acd5c..0ab54d0 100644 --- a/timeline.js +++ b/timeline.js @@ -64,7 +64,7 @@ class ReaderTimeline extends HTMLElement { async initializeDefaultFollowedActors () { const defaultActors = [ 'https://social.distributed.press/v1/@announcements@social.distributed.press/', - 'https://distributed.press/about.jsonld', + 'ipns://distributed.press/about.ipns.jsonld', 'hyper://hypha.coop/about.hyper.jsonld', 'https://sutty.nl/about.jsonld' ]