We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b28770 commit 5c5e2beCopy full SHA for 5c5e2be
app/i18n/locales/en.json
@@ -923,8 +923,8 @@
923
"Unfollow_thread": "Unfollow thread",
924
"Unfollowed_thread": "Unfollowed thread",
925
"Unhide": "Unhide",
926
- "Unignore": "Unignore",
927
"Unhold": "Unhold",
+ "Unignore": "Unignore",
928
"Unmute": "Unmute",
929
"Unmute_someone_in_room": "Unmute someone in the room",
930
"unmuted": "unmuted",
app/lib/methods/enterpriseModules.ts
@@ -63,6 +63,6 @@ export function isOmnichannelModuleAvailable() {
63
}
64
65
export function isVoipModuleAvailable() {
66
- const { enterpriseModules } = reduxStore.getState();
+ // const { enterpriseModules } = reduxStore.getState();
67
return true; // enterpriseModules.includes('teams-voip');
68
0 commit comments