From 98482c44f91a69a7a76835d71f7edefa92b41e79 Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:10:59 +0530 Subject: [PATCH] add additional_creators in IRoomCreateContent type --- src/types/matrix/room.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/matrix/room.ts b/src/types/matrix/room.ts index f0927b3c..b866fd77 100644 --- a/src/types/matrix/room.ts +++ b/src/types/matrix/room.ts @@ -70,6 +70,7 @@ export type IRoomCreateContent = { ['m.federate']?: boolean; room_version: string; type?: string; + additional_creators?: string[]; predecessor?: { event_id?: string; room_id: string;