Skip to content

Commit

Permalink
Add prefix .
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
  • Loading branch information
SimonBrandner committed Apr 30, 2022
1 parent ba60f4d commit 62c72c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pushprocessor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const DEFAULT_OVERRIDE_RULES: IPushRule[] = [
},
{
// For homeservers which don't support MSC3786 yet
rule_id: "org.matrix.msc0000.rule.room.server_acl",
rule_id: ".org.matrix.msc0000.rule.room.server_acl",
default: true,
enabled: true,
conditions: [
Expand Down

0 comments on commit 62c72c8

Please sign in to comment.