Expand system.no_auto_update to community, profile statuses and contact conversations pages
- Update setting name and description
This commit is contained in:
parent
6a3d40ab46
commit
e94911620a
4 changed files with 12 additions and 5 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue