diff --git a/mod.sp b/mod.sp index 1396409..9e60f8a 100644 --- a/mod.sp +++ b/mod.sp @@ -5,7 +5,7 @@ locals { //host = "https://cloud.steampipe.io/org/acme/workspace/jon/dashboard" host = "http://localhost:9194" server = "mastodon.social" - limit = 100 + limit = 80 timeline_exclude = "press.coop" menu = < 'url' is null -- only original posts + and t.reblog is null -- only original posts and t.in_reply_to_account_id is null -- only original posts limit 20 )