{ _t("To help space members find and join a private room, " + - "go to that room's Security & Privacy settings.") }
- - { /* Reuses classes from TabbedView for simplicity, non-interactive */ } -{ _t("This makes it easy for rooms to stay private to a space, " + - "while letting people in the space find and join them. " + - "All new rooms in a space will have this option available.") }
- >, - button: _t("OK"), - hasCloseButton: false, - fixedWidth: true, - }); - }, - rejectLabel: _t("Skip"), - onReject: () => { - localStorage.setItem(lsKey, "true"); - ToastStore.sharedInstance().dismissToast(toastKey); - }, - }, - component: GenericToast, - priority: 35, - }); - } - if (space) { this.loadSuggestedRooms(space); } @@ -595,7 +528,7 @@ export class SpaceStoreClass extends AsyncStoreWithClient