mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
fix local variable usage after extracting method
This commit is contained in:
parent
4a46c98d12
commit
f9fa59609f
@ -153,8 +153,8 @@ export class Session {
|
||||
},
|
||||
storage: this._storage,
|
||||
webRTC: this._platform.webRTC,
|
||||
ownDeviceId: sessionInfo.deviceId,
|
||||
ownUserId: sessionInfo.userId,
|
||||
ownDeviceId: this._sessionInfo.deviceId,
|
||||
ownUserId: this._sessionInfo.userId,
|
||||
logger: this._platform.logger,
|
||||
forceTURN: false,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user