Expand system.no_auto_update to community, profile statuses and contact conversations pages

- Update setting name and description
This commit is contained in:
Hypolite Petovan 2020-02-23 19:38:24 -05:00
commit e94911620a
4 changed files with 12 additions and 5 deletions

View file

@ -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 = '';