mirror of
https://github.com/friendica/friendica
synced 2025-05-14 01:44:11 +02:00
Further improvements to the automatic update process
This commit is contained in:
parent
e81c911b49
commit
f1fa1f0b62
5 changed files with 9 additions and 6 deletions
|
@ -39,7 +39,7 @@ class Community extends CommunityModule
|
|||
$this->parseRequest($request);
|
||||
|
||||
$o = '';
|
||||
if ($this->force) {
|
||||
if ($this->update || $this->force) {
|
||||
$o = DI::conversation()->render($this->getCommunityItems(), Conversation::MODE_COMMUNITY, true, false, 'commented', DI::userSession()->getLocalUserId());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue