Moved bot to mastodon.social instance

This commit is contained in:
Steffen Lange 2024-12-09 12:17:50 +01:00
parent c675ae2bd5
commit 92a2e2be19
2 changed files with 2 additions and 2 deletions

View file

@ -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);