Iterate Spaces admin UX around room management
This commit is contained in:
parent
81b97590f6
commit
650933096a
6 changed files with 183 additions and 167 deletions
|
@ -83,6 +83,7 @@ export const showCreateNewRoom = async (cli: MatrixClient, space: Room) => {
|
|||
if (shouldCreate) {
|
||||
await createRoom(opts);
|
||||
}
|
||||
return shouldCreate;
|
||||
};
|
||||
|
||||
export const showSpaceInvite = (space: Room, initialText = "") => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue