diff --git a/pkg/internal/services/mastodon/fetch.go b/pkg/internal/services/mastodon/fetch.go index fff8daf..b32aeab 100644 --- a/pkg/internal/services/mastodon/fetch.go +++ b/pkg/internal/services/mastodon/fetch.go @@ -64,7 +64,7 @@ func FetchTimeline(server string, limit int, useTrend bool) ([]MastodonPost, err lo.Ternary( useTrend, "%s/api/v1/trends/statuses?limit=%d", - "%s/api/v1/timelines/public?limit=%d", + "%s/api/v1/timelines/public?local=true&limit=%d", ), server, limit,