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:
authorJoas Schilling <coding@schilljs.com>2020-08-25 10:22:00 +0300
committerJoas Schilling <coding@schilljs.com>2020-08-25 10:22:00 +0300
commitdf8035e5f10c52c9bad079efeaf6155c0f576348 (patch)
treedabc4cf29851b6a49d6836ede0014d28a17c0903 /lib/Search
parentcabb7b6b4782a63b0daa9b54a3a283cf2386e755 (diff)
Fix search anchor
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Search')
-rw-r--r--lib/Search/MessageSearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Search/MessageSearch.php b/lib/Search/MessageSearch.php
index 87751c9ab..772b42b87 100644
--- a/lib/Search/MessageSearch.php
+++ b/lib/Search/MessageSearch.php
@@ -206,7 +206,7 @@ class MessageSearch implements IProvider {
$this->getSublineTemplate()
),
$messageStr,
- $this->url->linkToRouteAbsolute('spreed.Page.showCall', ['token' => $room->getToken()]),
+ $this->url->linkToRouteAbsolute('spreed.Page.showCall', ['token' => $room->getToken()]) . '#message_' . $comment->getId(),
'icon-talk', // $iconClass,
true
);