summary refs log tree commit diff
path: root/synapse/rest/initial_sync.py
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-08-26 17:54:18 +0100
committerKegan Dougal <kegan@matrix.org>2014-08-26 17:54:18 +0100
commitf84ddc75cbe16e01107e70de9609639816d36320 (patch)
tree4a8928493f8bc1fcfcba73ef989cd34ea563da92 /synapse/rest/initial_sync.py
parentMerge branch 'client_server_url_rename' into develop (diff)
downloadsynapse-f84ddc75cbe16e01107e70de9609639816d36320.tar.xz
Pepper UT TODOs
Diffstat (limited to 'synapse/rest/initial_sync.py')
-rw-r--r--synapse/rest/initial_sync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/rest/initial_sync.py b/synapse/rest/initial_sync.py
index fab748f562..ce7937a919 100644
--- a/synapse/rest/initial_sync.py
+++ b/synapse/rest/initial_sync.py
@@ -19,6 +19,7 @@ from synapse.api.streams import PaginationConfig
 from base import RestServlet, client_path_pattern
 
 
+# TODO: Needs unit testing
 class InitialSyncRestServlet(RestServlet):
     PATTERN = client_path_pattern("/initialSync$")