summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2017-11-09 10:11:42 +0000
committerDavid Baker <dave@matrix.org>2017-11-09 10:11:42 +0000
commitb2a788e902c6fb6d3c516177fbb9f7e201e5cf0e (patch)
tree7133ae75b4e65665bb68034a90e2120dc4942d2c
parentbetter comments (diff)
downloadsynapse-b2a788e902c6fb6d3c516177fbb9f7e201e5cf0e.tar.xz
Make the commented config have the default
-rw-r--r--synapse/config/push.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/push.py b/synapse/config/push.py
index bbfeb05d50..8fc1b98eba 100644
--- a/synapse/config/push.py
+++ b/synapse/config/push.py
@@ -64,5 +64,5 @@ class PushConfig(Config):
         # notification saying only that a message arrived and who it came from.
         #
         #push:
-        #   include_content: false
+        #   include_content: true
         """