mattermost-redux 11.7.0-0 → 11.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -346,7 +346,7 @@ function isUnreadChannel(channelId, messageCounts, members, crtEnabled) {
|
|
|
346
346
|
return unreadCount.showUnread;
|
|
347
347
|
}
|
|
348
348
|
function areManagedCategoriesEnabled(state) {
|
|
349
|
-
return (0, general_1.getConfig)(state).
|
|
349
|
+
return (0, general_1.getConfig)(state).FeatureFlagManagedChannelCategories === 'true';
|
|
350
350
|
}
|
|
351
351
|
function getManagedCategoryMappings(state, teamId) {
|
|
352
352
|
if (!areManagedCategoriesEnabled(state)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mattermost-redux",
|
|
3
|
-
"version": "11.7.0
|
|
3
|
+
"version": "11.7.0",
|
|
4
4
|
"description": "Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mattermost"
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"directory": "webapp/platform/mattermost-redux"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@mattermost/client": "11.7.0
|
|
43
|
-
"@mattermost/types": "11.7.0
|
|
42
|
+
"@mattermost/client": "11.7.0",
|
|
43
|
+
"@mattermost/types": "11.7.0",
|
|
44
44
|
"@redux-devtools/extension": "3.3.0",
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
46
|
"moment-timezone": "^0.5.38",
|