Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 27731ac

Browse files
committed
tidy
1 parent 5966fad commit 27731ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/RoomViewStore.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ class RoomViewStore extends Store<ActionPayload> {
278278

279279
const cli = MatrixClientPeg.get();
280280
const address = this.state.roomAlias || this.state.roomId;
281+
const viaServers = this.state.viaServers || [];
281282
try {
282-
const viaServers = this.state.viaServers || [];
283283
await retry<void, MatrixError>(() => cli.joinRoom(address, {
284284
viaServers,
285285
...payload.opts,

0 commit comments

Comments
 (0)