You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
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:
@ -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 () => {
|
||||
|
Reference in New Issue
Block a user