mirror of https://github.com/vector-im/riot-web
tidy
parent
5966fade0b
commit
27731ac25b
|
@ -278,8 +278,8 @@ class RoomViewStore extends Store<ActionPayload> {
|
|||
|
||||
const cli = MatrixClientPeg.get();
|
||||
const address = this.state.roomAlias || this.state.roomId;
|
||||
const viaServers = this.state.viaServers || [];
|
||||
try {
|
||||
const viaServers = this.state.viaServers || [];
|
||||
await retry<void, MatrixError>(() => cli.joinRoom(address, {
|
||||
viaServers,
|
||||
...payload.opts,
|
||||
|
|
Loading…
Reference in New Issue