This commit is contained in:
Michael Telatynski 2021-04-28 09:07:02 +01:00
parent 5966fade0b
commit 27731ac25b

View File

@ -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,