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):
|
||||
@defer.inlineCallbacks
|
||||
def store_device(self, user_id, device_id,
|
||||
initial_device_display_name,
|
||||
ignore_if_known=True):
|
||||
initial_device_display_name):
|
||||
"""Ensure the given device is known; add it to the store if not
|
||||
|
||||
Args:
|
||||
|
|
Loading…
Reference in a new issue