Expand system.no_auto_update to community, profile statuses and contact conversations pages
- Update setting name and description
This commit is contained in:
@@ -28,7 +28,7 @@ use Friendica\Module\Contact;
|
||||
|
||||
function update_contact_content(App $a)
|
||||
{
|
||||
if ($_GET["force"] == 1) {
|
||||
if (!empty($_GET['force']) || !DI::pConfig()->get(local_user(), 'system', 'no_auto_update')) {
|
||||
$text = Contact::content([], true);
|
||||
} else {
|
||||
$text = '';
|
||||
|
||||
Reference in New Issue
Block a user