Merge branch 'dubutx-main-patch-24260' into 'main'
Add missing token property when login Closes #135 See merge request famedly/famedlysdk!558
This commit is contained in:
commit
cb4d4f3229
|
|
@ -269,6 +269,7 @@ class MatrixApi {
|
||||||
if (medium != null) 'medium': medium,
|
if (medium != null) 'medium': medium,
|
||||||
if (address != null) 'address': address,
|
if (address != null) 'address': address,
|
||||||
if (password != null) 'password': password,
|
if (password != null) 'password': password,
|
||||||
|
if (token != null) 'token': token,
|
||||||
if (deviceId != null) 'device_id': deviceId,
|
if (deviceId != null) 'device_id': deviceId,
|
||||||
if (initialDeviceDisplayName != null)
|
if (initialDeviceDisplayName != null)
|
||||||
'initial_device_display_name': initialDeviceDisplayName,
|
'initial_device_display_name': initialDeviceDisplayName,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue