mirror of
https://github.com/friendica/friendica
synced 2025-04-19 08:30:11 +00:00
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
|
@ -37,7 +37,10 @@ class Community extends CommunityModule
|
|||
{
|
||||
self::parseRequest($parameters);
|
||||
|
||||
$o = conversation(DI::app(), self::getItems(), 'community', true, false, 'commented', local_user());
|
||||
$o = '';
|
||||
if (!empty($_GET['force']) || !DI::pConfig()->get(local_user(), 'system', 'no_auto_update')) {
|
||||
$o = conversation(DI::app(), self::getItems(), 'community', true, false, 'commented', local_user());
|
||||
}
|
||||
|
||||
System::htmlUpdateExit($o);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue