Skip to content
Snippets Groups Projects
Commit 75532402 authored by RMidhunSuresh's avatar RMidhunSuresh
Browse files

Change options

parent f6efdcf9
No related branches found
No related tags found
No related merge requests found
......@@ -43,9 +43,9 @@ export class ChatterboxViewModel extends ViewModel {
return room;
}
const roomBeingCreated = this._session.createRoom({
type: 1,
name: this._name ?? undefined,
topic: this._topic ?? undefined,
type: 1, //todo: use enum from hydrogen-sdk here
name: undefined,
topic: undefined,
isEncrypted: false,
isFederationDisabled: false,
alias: undefined,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment