forked from MirrorHub/synapse
Remove unused param
This commit is contained in:
parent
b3e1f2aa7a
commit
f25a4a4692
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue