We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8cd39 commit 7f7c3cbCopy full SHA for 7f7c3cb
src/client.ts
@@ -7219,7 +7219,7 @@ export class MatrixClient extends EventEmitter {
7219
public addPushRule(
7220
scope: string,
7221
kind: PushRuleKind,
7222
- ruleId: RuleId | string,
+ ruleId: Exclude<string, RuleId>,
7223
body: any,
7224
callback?: Callback,
7225
): Promise<any> { // TODO: Types
@@ -7242,7 +7242,7 @@ export class MatrixClient extends EventEmitter {
7242
public deletePushRule(
7243
7244
7245
7246
7247
7248
// NB. Scope not uri encoded because devices need the '/'
0 commit comments