MM-21153 Count mentions in DM channels using mention_count (#3700)

* MM-21153 Count mentions in DM channels using mention_count

* update mattermost-redux commit
This commit is contained in:
Harrison Healey 2019-12-13 14:56:09 -05:00 committed by Saturnino Abril
parent 43f999ed8c
commit 27d6bf16ef
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -7217,8 +7217,8 @@
}
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#b559556d39285cb9c6c6a592435295a7d0e3968a",
"from": "github:mattermost/mattermost-redux#b559556d39285cb9c6c6a592435295a7d0e3968a",
"version": "github:mattermost/mattermost-redux#c52a797f5e7865c6628d7fcd0aaec3da8c27e3d0",
"from": "github:mattermost/mattermost-redux#c52a797f5e7865c6628d7fcd0aaec3da8c27e3d0",
"requires": {
"form-data": "2.5.1",
"gfycat-sdk": "1.4.18",

View file

@ -24,7 +24,7 @@
"intl": "1.2.5",
"jail-monkey": "2.3.0",
"jsc-android": "241213.1.0",
"mattermost-redux": "github:mattermost/mattermost-redux#b559556d39285cb9c6c6a592435295a7d0e3968a",
"mattermost-redux": "github:mattermost/mattermost-redux#c52a797f5e7865c6628d7fcd0aaec3da8c27e3d0",
"mime-db": "1.42.0",
"moment-timezone": "0.5.27",
"prop-types": "15.7.2",