]> 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 88467f252a05b2a85ba2993017a443f148863c2d..05ea8f828c8292e7d10785dd982cb345116f40e0 100644 (file)
@@ -39,7 +39,7 @@ class Community extends CommunityModule
                $this->parseRequest($request);
 
                $o = '';
-               if (!empty($request['force'])) {
+               if ($this->update || $this->force) {
                        $o = DI::conversation()->render($this->getCommunityItems(), Conversation::MODE_COMMUNITY, true, false, 'commented', DI::userSession()->getLocalUserId());
                }