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
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-05-15 09:32:41 +0300
committerGitHub <noreply@github.com>2020-05-15 09:32:41 +0300
commitbafe5de3eb77c45e57c6de0f324ef03cb832417d (patch)
tree592493d5f19647d22e88e8b2785958be5b1e2cac /lib
parent32adfcb1fd79c518a338df86372fa39661bf6697 (diff)
parentb3123a69eac3c24b52e8c9f457e5901a21d5c9cd (diff)
Merge pull request #3570 from nextcloud/backport/3528/stable19
[stable19] Make activities link to the conversation
Diffstat (limited to 'lib')
-rw-r--r--lib/Activity/Provider/Base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Activity/Provider/Base.php b/lib/Activity/Provider/Base.php
index 1aa7c7b03..a61a16f01 100644
--- a/lib/Activity/Provider/Base.php
+++ b/lib/Activity/Provider/Base.php
@@ -126,6 +126,7 @@ abstract class Base implements IProvider {
'type' => 'call',
'id' => $room->getId(),
'name' => $room->getDisplayName($userId),
+ 'link' => $this->url->linkToRouteAbsolute('spreed.Page.showCall', ['token' => $room->getToken()]),
'call-type' => $stringType,
];
}