mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
don't return promise here, not used
This commit is contained in:
parent
4ca5ff9b9f
commit
da4b710e49
@ -36,7 +36,7 @@ export class DeviceIdentityStore {
|
|||||||
|
|
||||||
set(deviceIdentity) {
|
set(deviceIdentity) {
|
||||||
deviceIdentity.key = encodeKey(deviceIdentity.userId, deviceIdentity.deviceId);
|
deviceIdentity.key = encodeKey(deviceIdentity.userId, deviceIdentity.deviceId);
|
||||||
return this._store.put(deviceIdentity);
|
this._store.put(deviceIdentity);
|
||||||
}
|
}
|
||||||
|
|
||||||
getByCurve25519Key(curve25519Key) {
|
getByCurve25519Key(curve25519Key) {
|
||||||
|
Loading…
Reference in New Issue
Block a user