mirror of https://github.com/vector-im/riot-web
parent
73d966443c
commit
148f215d4e
|
@ -61,7 +61,7 @@ const useImageUrl = ({url, urls, idName, name, defaultToInitialLetter}) => {
|
||||||
// This means the state could be RECONNECTING, SYNCING, PREPARED or CATCHUP.
|
// This means the state could be RECONNECTING, SYNCING, PREPARED or CATCHUP.
|
||||||
const reconnected = syncState !== "ERROR" && prevState !== syncState;
|
const reconnected = syncState !== "ERROR" && prevState !== syncState;
|
||||||
if (reconnected) {
|
if (reconnected) {
|
||||||
setIndex(i => i > 0 ? 0 : i);
|
setIndex(0);
|
||||||
}
|
}
|
||||||
}, []);
|
}, []);
|
||||||
useEventEmitter(cli, "sync", onClientSync);
|
useEventEmitter(cli, "sync", onClientSync);
|
||||||
|
|
Loading…
Reference in New Issue