This commit is contained in:
Richard van der Hoff 2016-07-22 13:21:07 +01:00
parent ec5717caf5
commit 363786845b

View file

@ -44,7 +44,6 @@ class ClientIpStore(background_updates.BackgroundUpdateStore):
columns=["user_id", "device_id", "last_seen"],
)
@defer.inlineCallbacks
def insert_client_ip(self, user, access_token, ip, user_agent, device_id):
now = int(self._clock.time_msec())