[Update thread info after MSC3440 updates] (#7911)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user