[Update thread info after MSC3440 updates] (#7911)

This commit is contained in:
Germain
2022-03-02 10:52:14 +00:00
committed by GitHub
parent 3a82163127
commit d01ea1824b
3 changed files with 17 additions and 23 deletions

View File

@@ -246,7 +246,7 @@ export default class ThreadView extends React.Component<IProps, IState> {
direction = Direction.Backward,
limit = 20,
): Promise<boolean> => {
if (!this.state.thread.hasServerSideSupport) {
if (!Thread.hasServerSideSupport) {
return false;
}