summary refs log tree commit diff
path: root/synapse/rest/initial_sync.py
diff options
context:
space:
mode:
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 e5059ff78c..d18c4c0f60 100644
--- a/synapse/rest/initial_sync.py
+++ b/synapse/rest/initial_sync.py
@@ -19,6 +19,7 @@ from synapse.streams.config import PaginationConfig
 from base import RestServlet, client_path_pattern
 
 
+# TODO: Needs unit testing
 class InitialSyncRestServlet(RestServlet):
     PATTERN = client_path_pattern("/initialSync$")