Fix js-sdk types (#8588)
This commit is contained in:
parent
1fc8009109
commit
6453530993
2 changed files with 13 additions and 7 deletions
|
@ -79,7 +79,7 @@ describe("RoomNotifs test", () => {
|
|||
rule_id: "!roomId:server",
|
||||
enabled: true,
|
||||
default: false,
|
||||
actions: [{ set_tweak: TweakName.Sound }],
|
||||
actions: [{ set_tweak: TweakName.Sound, value: "default" }],
|
||||
});
|
||||
expect(getRoomNotifsState("!roomId:server")).toBe(RoomNotifState.AllMessagesLoud);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue