From c4be9482fbdf6f2c7a6d682aa7635c5c16e1a411 Mon Sep 17 00:00:00 2001 From: "i.j" Date: Mon, 13 Nov 2023 09:29:59 +0000 Subject: [PATCH] Update comments --- src/mastodon-timeline.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mastodon-timeline.js b/src/mastodon-timeline.js index 8067364..e9876a0 100644 --- a/src/mastodon-timeline.js +++ b/src/mastodon-timeline.js @@ -25,13 +25,13 @@ window.addEventListener("load", () => { // Choose type of toots to show in the timeline: 'local', 'profile', 'hashtag'. Default: local timeline_type: "local", - // Your user ID on Mastodon instance. Leave empty if you didn't choose 'profile' as type of timeline + // Your user ID number on Mastodon instance. Leave it empty if you didn't choose 'profile' as type of timeline user_id: "", - // Your user name on Mastodon instance. Leave empty if you didn't choose 'profile' as type of timeline + // Your user name on Mastodon instance (including the @ symbol at the beginning). Leave it empty if you didn't choose 'profile' as type of timeline profile_name: "", - // The name of the hashtag. Leave empty if you didn't choose 'hashtag' as type of timeline + // The name of the hashtag (not including the # symbol). Leave it empty if you didn't choose 'hashtag' as type of timeline hashtag_name: "", // Maximum amount of toots to get. Default: 20