mirror of
https://github.com/friendica/friendica
synced 2025-04-28 11:44:23 +02:00
Remove system.no_auto_update personal config key and assume default value of true
- By popular request, the behavior with false was too perturbating
This commit is contained in:
parent
dfcfae6bcc
commit
3b9bf4d70d
7 changed files with 40 additions and 44 deletions
|
@ -38,7 +38,7 @@ class Community extends CommunityModule
|
|||
$this->parseRequest();
|
||||
|
||||
$o = '';
|
||||
if (!empty($request['force']) || !DI::pConfig()->get(DI::userSession()->getLocalUserId(), 'system', 'no_auto_update')) {
|
||||
if (!empty($request['force'])) {
|
||||
$o = DI::conversation()->create(self::getItems(), 'community', true, false, 'commented', DI::userSession()->getLocalUserId());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue