mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 14:30:29 +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;
|
||||
room_version: string;
|
||||
type?: string;
|
||||
additional_creators?: string[];
|
||||
predecessor?: {
|
||||
event_id?: string;
|
||||
room_id: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue