mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
daemon: If there is not initial device name set one.
This commit is contained in:
parent
04f1a16eb7
commit
fa3caa1c01
@ -120,7 +120,7 @@ class ProxyDaemon:
|
||||
|
||||
password = body.get("password", "")
|
||||
device_id = body.get("device_id", "")
|
||||
device_name = body.get("initial_device_display_name", "")
|
||||
device_name = body.get("initial_device_display_name", "pantalaimon")
|
||||
|
||||
store_path = user_data_dir("pantalaimon", "")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user