Always allow call.member events on new rooms (#11948)
* Always allow call.member events on new rooms This translate to: allow group calls by default Signed-off-by: Timo K <toger5@hotmail.de> * fix tests Signed-off-by: Timo K <toger5@hotmail.de> --------- Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
parent
fbf72f6a3a
commit
372737d075
2 changed files with 4 additions and 4 deletions
|
@ -127,7 +127,7 @@ describe("createRoom", () => {
|
|||
];
|
||||
|
||||
expect(callPower).toBe(100);
|
||||
expect(callMemberPower).toBe(100);
|
||||
expect(callMemberPower).toBe(0);
|
||||
});
|
||||
|
||||
it("should upload avatar if one is passed", async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue