diff --git a/PatchMastodon.php b/PatchMastodon.php index f632708..29eee14 100755 --- a/PatchMastodon.php +++ b/PatchMastodon.php @@ -25,7 +25,7 @@ if (!$db->load()) { $last = timestamp(); -$mastodon = new MastodonAPI($MastodonAccessToken, 'https://botsin.space'); +$mastodon = new MastodonAPI($MastodonAccessToken, 'https://mastodon.social'); for ($i = 0; $i < $db->count(); $i++) { $patch = $db->get($i); diff --git a/PatchViewer.php b/PatchViewer.php index 4b41a94..7b07718 100755 --- a/PatchViewer.php +++ b/PatchViewer.php @@ -51,7 +51,7 @@ $db->sort();