Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-10-22 06:09:14 +0300
committerVitor Mattos <vitor@php.rio>2022-10-22 06:09:14 +0300
commitf09987d1c44104bbde9c29759efb04a241feaacb (patch)
treeb9d2ce8ae4fa5fe2e37151caf67b9c1ec1c79958
parent810e04e0e582697c1bb1e1a48c4ae0a191c22495 (diff)
Fix after rebase with masterfeature/limit-chat-history
Signed-off-by: Vitor Mattos <vitor@php.rio>
-rw-r--r--lib/Controller/ChatController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Controller/ChatController.php b/lib/Controller/ChatController.php
index 67a9b1243..09bd78122 100644
--- a/lib/Controller/ChatController.php
+++ b/lib/Controller/ChatController.php
@@ -466,7 +466,6 @@ class ChatController extends AEnvironmentAwareController {
}
$this->preloadShares($comments);
- $comments = $this->filterHistorySince($comments, $attendee);
$i = 0;
$messages = $commentIdToIndex = $parentIds = [];