Loading lib/Dav/BeforeCreateFilePlugin.php +2 −2 Original line number Diff line number Diff line Loading @@ -194,10 +194,10 @@ class BeforeCreateFilePlugin extends ServerPlugin { try { /** @var RoomService $roomService */ $roomService = $this->container->get(RoomService::class); // Talk room type 3 is a public conversation, matching the // Talk room type 7 is an one time conversation, matching the // frontend's createTalkRoom in src/services/talkService.js. $room = $roomService->createConversation( 3, 7, $title, $user, 'event', Loading Loading
lib/Dav/BeforeCreateFilePlugin.php +2 −2 Original line number Diff line number Diff line Loading @@ -194,10 +194,10 @@ class BeforeCreateFilePlugin extends ServerPlugin { try { /** @var RoomService $roomService */ $roomService = $this->container->get(RoomService::class); // Talk room type 3 is a public conversation, matching the // Talk room type 7 is an one time conversation, matching the // frontend's createTalkRoom in src/services/talkService.js. $room = $roomService->createConversation( 3, 7, $title, $user, 'event', Loading