From db6c46ca1e76b230d39f49ee7b66541f8597e450 Mon Sep 17 00:00:00 2001 From: idotj Date: Sat, 28 Jan 2023 13:12:38 +0100 Subject: [PATCH] Remove second account --- src/mastodon-timeline.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mastodon-timeline.js b/src/mastodon-timeline.js index d072bbd..76476ff 100644 --- a/src/mastodon-timeline.js +++ b/src/mastodon-timeline.js @@ -7,9 +7,7 @@ document.addEventListener("DOMContentLoaded", () => { let mapi = new MastodonApi({ container_body_id: 'mt-body', instance_uri: 'https://mastodon.online', - // instance_uri: 'https://toot.io', user_id: '180745', - // user_id: '109687697476761261', profile_name: '@idotj', toots_limit: '20', hide_reblog: false,