diff options
author | David Baker <dave@matrix.org> | 2015-01-16 11:24:10 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-01-16 11:24:10 +0000 |
commit | 2d2953cf5fce26625e56fc1abc230735d007ea1e (patch) | |
tree | f792d8e4067d5edf43e5bed876fe5d4ee11d8a51 /synapse/storage | |
parent | Send room name and first alias in notification poke. (diff) | |
download | synapse-2d2953cf5fce26625e56fc1abc230735d007ea1e.tar.xz |
Require device language when adding a pusher.
Because this seems like it might be useful to do sooner rather than later.
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/pusher.py | 3 | ||||
-rw-r--r-- | synapse/storage/schema/delta/v10.sql | 1 | ||||
-rw-r--r-- | synapse/storage/schema/pusher.sql | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/synapse/storage/pusher.py b/synapse/storage/pusher.py |