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 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$")