mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2026-01-09 03:51:03 -05:00
daemon: If there is not initial device name set one.
This commit is contained in:
parent
04f1a16eb7
commit
fa3caa1c01
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue