diff options
author | Mark Haines <mjark@negativecurvature.net> | 2016-06-02 16:28:54 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2016-06-02 16:28:54 +0100 |
commit | 56d15a05306896555ded3025f8a808bda04872fa (patch) | |
tree | f576d9eb78423f17ad3dcb796d300340d9ebd0a5 /tests/handlers | |
parent | Fix setting the _clock in SQLBaseStore (diff) | |
download | synapse-56d15a05306896555ded3025f8a808bda04872fa.tar.xz |
Store the typing users as user_id strings. (#819)
Rather than storing them as UserID objects.
Diffstat (limited to 'tests/handlers')
-rw-r--r-- | tests/handlers/test_typing.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py |