Regression: Fix load starred, mentions, pinned and files messages (#4214)
This commit is contained in:
parent
a82e3e6c1a
commit
3265a8395d
|
@ -86,7 +86,7 @@ class MessagesView extends React.Component<IMessagesViewProps, IMessagesViewStat
|
||||||
loading: false,
|
loading: false,
|
||||||
messages: [],
|
messages: [],
|
||||||
fileLoading: true,
|
fileLoading: true,
|
||||||
total: 0
|
total: -1
|
||||||
};
|
};
|
||||||
this.setHeader();
|
this.setHeader();
|
||||||
this.rid = props.route.params?.rid;
|
this.rid = props.route.params?.rid;
|
||||||
|
|
Loading…
Reference in New Issue