Changed “new instance announcement toot” visibility from “direct” to “public”
This commit is contained in:
parent
9c06564ee6
commit
3f08fbbca2
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ if ($opts['sendtoot'] && $instanswered && $idata['IsMastodon'] && $idata['FirstS
|
|||
'method'=>'POST',
|
||||
'content'=>http_build_query([
|
||||
'status'=>$toot,
|
||||
'visibility'=>'direct',
|
||||
'visibility'=>'public',
|
||||
'language'=>'en'
|
||||
]),
|
||||
'timeout'=>$opts['conntimeout']
|
||||
|
|
Loading…
Reference in a new issue