diff --git a/synapse/handlers/typing.py b/synapse/handlers/typing.py
index 253fec514db6b0e0fd9361daa3c729d64b1a2283..3f2f250dd2a77b52ec7aed30207c9625b5cf8438 100644
--- a/synapse/handlers/typing.py
+++ b/synapse/handlers/typing.py
@@ -146,8 +146,7 @@ class TypingNotificationHandler(BaseHandler):
 
         rm_handler = self.homeserver.get_handlers().room_member_handler
         yield rm_handler.fetch_room_distributions_into(
-            room_id, localusers=localusers, remotedomains=remotedomains,
-            ignore_user=user
+            room_id, localusers=localusers, remotedomains=remotedomains
         )
 
         if localusers: