mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Remove unused param
This commit is contained in:
parent
b3e1f2aa7a
commit
f25a4a4692
@ -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 New Issue
Block a user