MastodonBotPHP
MastodonBotPHP copied to clipboard
Privacy
in the examples $statusData = [ 'status' => $statusText, 'privacy' => $privacy, 'language' => $language, ]; should read $statusData = [ 'status' => $statusText, 'visibility' => $privacy, 'language' => $language, ]; for privacy to work correctly.