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