Regression: Fix load starred, mentions, pinned and files messages (#4214)

This commit is contained in:
Alex Junior 2022-05-27 14:22:47 -03:00 committed by GitHub
parent a82e3e6c1a
commit 3265a8395d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class MessagesView extends React.Component<IMessagesViewProps, IMessagesViewStat
loading: false,
messages: [],
fileLoading: true,
total: 0
total: -1
};
this.setHeader();
this.rid = props.route.params?.rid;