mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
tidy
This commit is contained in:
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
Block a user