Skip to content
Snippets Groups Projects
Commit 385e7078 authored by Thomas Hackl's avatar Thomas Hackl
Browse files

sysaccount is logged in automatically in requireSystemAccount()

parent 173d0324
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,6 @@ class MatrixRoom extends SimpleORMap
{
if (!($room = self::find($context->getId()))) {
$sysaccount = MatrixAccount::requireSystemAccount();
MatrixClient::get()->login($sysaccount);
// Invite all members with existing Matrix account to newly created room.
$invites = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment