[Update thread info after MSC3440 updates] (#7911)
This commit is contained in:
parent
3a82163127
commit
d01ea1824b
3 changed files with 17 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue