MM-19482 Stop rendering New Messages line differently for manually unread channels (#3524)

* MM-19482 Stop rendering New Messages line differently for manually unread channels

* Update mattermost-redux
This commit is contained in:
Harrison Healey 2019-11-13 10:48:49 -05:00 committed by GitHub
parent 1593c62750
commit c37b921f47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4636,7 +4636,7 @@
"dependencies": {
"json5": {
"version": "0.5.1",
"resolved": "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
"resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
"integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=",
"dev": true
}
@ -7759,8 +7759,8 @@
}
},
"mattermost-redux": {
"version": "github:mattermost/mattermost-redux#77766b87ebd53c366152d2aceb4074ef569db0e9",
"from": "github:mattermost/mattermost-redux#77766b87ebd53c366152d2aceb4074ef569db0e9",
"version": "github:mattermost/mattermost-redux#4886198f19da9b15c7f24bdd2d7835b816b52534",
"from": "github:mattermost/mattermost-redux#4886198f19da9b15c7f24bdd2d7835b816b52534",
"requires": {
"gfycat-sdk": "1.4.18",
"isomorphic-fetch": "2.2.1",

View file

@ -23,7 +23,7 @@
"intl": "1.2.5",
"jail-monkey": "2.3.0",
"jsc-android": "241213.1.0",
"mattermost-redux": "github:mattermost/mattermost-redux#77766b87ebd53c366152d2aceb4074ef569db0e9",
"mattermost-redux": "github:mattermost/mattermost-redux#4886198f19da9b15c7f24bdd2d7835b816b52534",
"mime-db": "1.42.0",
"moment-timezone": "0.5.27",
"prop-types": "15.7.2",