Say Joining space instead of Joining room where we know its a space
This commit is contained in:
parent
4bb9eeb7a5
commit
28bc8010a7
4 changed files with 28 additions and 13 deletions
|
@ -55,6 +55,7 @@ export interface IOOBData {
|
|||
inviterName?: string; // The display name of the person who invited us to the room
|
||||
// eslint-disable-next-line camelcase
|
||||
room_name?: string; // The name of the room, to be used until we are told better by the server
|
||||
isSpaceRoom?: boolean; // Whether or not we think the room is actually a space
|
||||
}
|
||||
|
||||
const STORAGE_PREFIX = "mx_threepid_invite_";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue