summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-11-03 14:28:51 +0000
committerMark Haines <mark.haines@matrix.org>2015-11-03 14:28:51 +0000
commit06986e46a3e5187d339aa64d061742cdac0e33a8 (patch)
tree9e04d01b7ad1f9459a9b1641da66ed98deb305b4 /synapse
parentSpell "deferred" more correctly (diff)
downloadsynapse-06986e46a3e5187d339aa64d061742cdac0e33a8.tar.xz
That TODO was done
Diffstat (limited to 'synapse')
-rw-r--r--synapse/rest/client/v2_alpha/tags.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/tags.py b/synapse/rest/client/v2_alpha/tags.py
index 4e3f917fc5..dcfe6bd20e 100644
--- a/synapse/rest/client/v2_alpha/tags.py
+++ b/synapse/rest/client/v2_alpha/tags.py
@@ -98,7 +98,6 @@ class TagServlet(RestServlet):
             "private_user_data_key", max_id, users=[user_id]
         )
 
-        # TODO: poke the notifier.
         defer.returnValue((200, {}))