mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +03:00
add additional_creators in IRoomCreateContent type
This commit is contained in:
parent
f82cfead46
commit
98482c44f9
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ export type IRoomCreateContent = {
|
||||||
['m.federate']?: boolean;
|
['m.federate']?: boolean;
|
||||||
room_version: string;
|
room_version: string;
|
||||||
type?: string;
|
type?: string;
|
||||||
|
additional_creators?: string[];
|
||||||
predecessor?: {
|
predecessor?: {
|
||||||
event_id?: string;
|
event_id?: string;
|
||||||
room_id: string;
|
room_id: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue