move DM invite responsiblity to the server side
This commit is contained in:
parent
8b2dc22fe1
commit
3b66821258
2 changed files with 28 additions and 17 deletions
|
@ -90,6 +90,12 @@ export interface IOpts {
|
|||
parentSpace?: Room;
|
||||
}
|
||||
|
||||
export interface IInvite3PID {
|
||||
id_server: string,
|
||||
medium: 'email',
|
||||
address: string,
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new room, and switch to it.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue