Fix: displayName LTI regression
parent
3ae3e3ecd2
commit
0bd983b10a
|
|
@ -129,7 +129,8 @@ export default class RoomClient
|
|||
this._forceTcp = forceTcp;
|
||||
|
||||
// Use displayName
|
||||
store.dispatch(settingsActions.setDisplayName(displayName));
|
||||
if (displayName)
|
||||
store.dispatch(settingsActions.setDisplayName(displayName));
|
||||
|
||||
// Torrent support
|
||||
this._torrentSupport = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue