mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 01:48:48 +00:00
"remote self" should work now with the addons
This commit is contained in:
parent
63aa4bb7a7
commit
642ab7f76f
11 changed files with 129 additions and 87 deletions
|
@ -296,7 +296,7 @@ function appnet_post_local(&$a,&$b) {
|
|||
$appnet_enable = (($appnet_post && x($_REQUEST,'appnet_enable')) ? intval($_REQUEST['appnet_enable']) : 0);
|
||||
|
||||
// if API is used, default to the chosen settings
|
||||
if($_REQUEST['api_source'] && intval(get_pconfig(local_user(),'appnet','post_by_default')))
|
||||
if($b['api_source'] && intval(get_pconfig(local_user(),'appnet','post_by_default')))
|
||||
$appnet_enable = 1;
|
||||
|
||||
if(! $appnet_enable)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue