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:
Diffstat (limited to 'lib/MatterbridgeManager.php')
-rw-r--r--lib/MatterbridgeManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MatterbridgeManager.php b/lib/MatterbridgeManager.php
index a7cb2960b..50699b19c 100644
--- a/lib/MatterbridgeManager.php
+++ b/lib/MatterbridgeManager.php
@@ -309,6 +309,7 @@ class MatterbridgeManager {
$this->participantService->addUsers($room, [[
'actorType' => Attendee::ACTOR_USERS,
'actorId' => $botUserId,
+ 'displayName' => $botUser->getDisplayName(),
'participantType' => Participant::USER,
]]);
}