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:
Timo 2023-11-28 13:13:31 +01:00 committed by GitHub
parent fbf72f6a3a
commit 372737d075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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 () => {