]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Update/Community.php
Merge remote-tracking branch 'upstream/develop' into user-defined-channels
[friendica.git] / src / Module / Update / Community.php
index 31f75d24e2e35eff171915114c25d3ec91315bfb..05ea8f828c8292e7d10785dd982cb345116f40e0 100644 (file)
@@ -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());
                }