diff --git a/message/templates/preferences_general_settings.mustache b/message/templates/preferences_general_settings.mustache index f4afa06a417..dd8fcae9c8a 100644 --- a/message/templates/preferences_general_settings.mustache +++ b/message/templates/preferences_general_settings.mustache @@ -26,24 +26,32 @@ * None Context variables required for this template: - * None + * userid The current user id + * blocknoncontacts If the user is blocking non contacts + * disableall If the user has disabled all notifications + * disablehelpicon HTML for the help icon Example context (json): - { } + { + "userid": 1, + "blocknoncontacts": 1, + "disableall": 0, + "disableallhelpicon": "Help icon" + } }}