mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
make predecessor event id optional
This commit is contained in:
parent
49da216655
commit
194fe6cade
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ export type IRoomCreateContent = {
|
||||||
room_version: string;
|
room_version: string;
|
||||||
type?: string;
|
type?: 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