diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-11-03 14:28:51 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-11-03 14:28:51 +0000 |
commit | 06986e46a3e5187d339aa64d061742cdac0e33a8 (patch) | |
tree | 9e04d01b7ad1f9459a9b1641da66ed98deb305b4 /synapse | |
parent | Spell "deferred" more correctly (diff) | |
download | synapse-06986e46a3e5187d339aa64d061742cdac0e33a8.tar.xz |
That TODO was done
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/rest/client/v2_alpha/tags.py | 1 |
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, {})) |