Fix export
This commit is contained in:
parent
b1d47748c8
commit
ac4af0a53d
9 changed files with 41 additions and 32 deletions
|
|
@ -692,9 +692,6 @@ export default {
|
|||
canRecordAudio() {
|
||||
return util.browserCanRecordAudio();
|
||||
},
|
||||
debugging() {
|
||||
return false; //(window.location.host || "").startsWith("localhost");
|
||||
},
|
||||
canCreatePoll() {
|
||||
// We say that if you can redact events, you are allowed to create polls.
|
||||
const me = this.room && this.room.getMember(this.$matrix.currentUserId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue