Default handler for setRoomJoinRule
May resolve issue #247, needs further testing.
This commit is contained in:
parent
28a8b272ae
commit
66f18a7df2
1 changed files with 3 additions and 0 deletions
|
|
@ -79,6 +79,9 @@ export default {
|
|||
},
|
||||
},
|
||||
methods: {
|
||||
setRoomJoinRule(ignoredJoinRule) {
|
||||
// Do nothing in the general mixin, override in RoomInfo.vue
|
||||
},
|
||||
getRoomJoinRule() {
|
||||
return this.$matrix.getRoomJoinRule(this.room);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue