Remove unused param

This commit is contained in:
Erik Johnston 2017-01-27 10:27:39 +00:00
parent b3e1f2aa7a
commit f25a4a4692

View file

@ -26,8 +26,7 @@ logger = logging.getLogger(__name__)
class DeviceStore(SQLBaseStore): class DeviceStore(SQLBaseStore):
@defer.inlineCallbacks @defer.inlineCallbacks
def store_device(self, user_id, device_id, def store_device(self, user_id, device_id,
initial_device_display_name, initial_device_display_name):
ignore_if_known=True):
"""Ensure the given device is known; add it to the store if not """Ensure the given device is known; add it to the store if not
Args: Args: