From 6592646ee90b694cdce738b732474be7857f87a3 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 15 Aug 2016 18:29:39 +0100 Subject: [PATCH] Add dot prefix to .rule.master It's a default rule, so it needs a dot --- specification/modules/push.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/modules/push.rst b/specification/modules/push.rst index a88f5953..2573bb6b 100644 --- a/specification/modules/push.rst +++ b/specification/modules/push.rst @@ -213,8 +213,8 @@ server-default rules are specified: Default Override Rules ^^^^^^^^^^^^^^^^^^^^^^ -``m.rule.master`` -````````````````` +``.m.rule.master`` +`````````````````` Matches all events, this can be enabled to turn off all push notifications other than those generated by override rules set by the user. By default this rule is disabled.