Say Joining space instead of Joining room where we know its a space

This commit is contained in:
Michael Telatynski 2021-09-16 11:20:01 +01:00
parent 4bb9eeb7a5
commit 28bc8010a7
4 changed files with 28 additions and 13 deletions

View file

@ -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_";