Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8e3c149 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

chore: update conversation type

parent fea79ff8
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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',