diff --git a/discover-mastodon-servers/discover_mastodon_servers.py b/discover-mastodon-servers/discover_mastodon_servers.py index ced3be4..8947c05 100755 --- a/discover-mastodon-servers/discover_mastodon_servers.py +++ b/discover-mastodon-servers/discover_mastodon_servers.py @@ -54,7 +54,7 @@ class DiscoverMastodonServers: def get_timeline(self, server): '''Get the data of a public timeline for a given server''' - return self.get_path(server, 'api/v1/timelines/public') + return self.get_path(server, 'api/v1/timelines/public?remote=true&limit=40') def get_path(self, server, endpoint): '''Get the data of an endpoint of a server'''