mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-13 18:50:29 +03:00
Fix missing creators support using via (#2431)
* add additional_creators in IRoomCreateContent type * use creators in getViaServers * consider creators in guessing perfect parent
This commit is contained in:
parent
752a19a4e7
commit
1ad7fe8deb
3 changed files with 49 additions and 8 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