You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
Beginning of space creation UX from space panel
This commit is contained in:
@@ -41,7 +41,7 @@ enum Visibility {
|
||||
Private = "private",
|
||||
}
|
||||
|
||||
enum Preset {
|
||||
export enum Preset {
|
||||
PrivateChat = "private_chat",
|
||||
TrustedPrivateChat = "trusted_private_chat",
|
||||
PublicChat = "public_chat",
|
||||
@@ -54,7 +54,7 @@ interface Invite3PID {
|
||||
address: string;
|
||||
}
|
||||
|
||||
interface IStateEvent {
|
||||
export interface IStateEvent {
|
||||
type: string;
|
||||
state_key?: string; // defaults to an empty string
|
||||
content: object;
|
||||
|
||||
Reference in New Issue
Block a user