diff --git a/developer-guides/rest-api/users/set-preferences/README.md b/developer-guides/rest-api/users/set-preferences/README.md index 05b592573a..44a9f9af77 100644 --- a/developer-guides/rest-api/users/set-preferences/README.md +++ b/developer-guides/rest-api/users/set-preferences/README.md @@ -37,7 +37,7 @@ | `data.sidebarSortby` | `test` | Optional | Show sort by. | | `data.sidebarViewMode` | `test` | Optional | Show view mode. | | `data.sidebarHideAvatar` | `true` | Optional | Show avatar on hide bar. | -| `data.mergeChannels` | `true` | Optional | Merge channels. | +| `data.groupByType` | `true` | Optional | Group channels by type. | | `data.muteFocusedConversations` | `true` | Optional | Mute focused conversations. | ## Example Call diff --git a/user-guides/managing-your-account/README.md b/user-guides/managing-your-account/README.md index 86f578890e..9f006dba61 100644 --- a/user-guides/managing-your-account/README.md +++ b/user-guides/managing-your-account/README.md @@ -42,7 +42,7 @@ and enable or disable the following preferences: - __Hide roles__: This will hide role tags from users; - __Hide right side bar with click__: When you click outside of a tab it will automatically close it; - __Hide Avatars__: This will hide avatars on the channels, showing only the users usernames; -- __Merge private groups with channels__ +- __Group by Type:__: This will group your channels by type or merge them in a single list; ### Highlights