mattermost-mobile/app/components/post_body
Jesse Hallam 0e84b91257 MM-16442: count actual reactions before falling back to has_reactions (#2910)
* MM-16442: leverage post hasReactions utils function

This handles backwards compatibility with servers that do not have post
metadata, allowing the client to detect the presence of reactions that
in turn might need to be loaded when the component is mounted.

* temporary mattermost-redux commit for testing

* revert usage of hasReactions, and count directly

We still fallback to has_reactions if set, in case we're connected to a server without post metadata.

* revert mattermost-redux changes
2019-06-24 15:36:24 -04:00
..
index.js MM-16442: count actual reactions before falling back to has_reactions (#2910) 2019-06-24 15:36:24 -04:00
post_body.js Fix autocomplete showing behind the keyboard on iOS and not working on Android (#2830) 2019-05-27 19:18:43 -04:00
post_body.test.js Add unit test for PostBody's measurePost (#2833) 2019-05-25 11:58:49 -04:00