Skip to content

Commit

Permalink
chore!: Remove unused omnichannelExternalFrameGenerateKey (#32921)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris authored and ggazzo committed Sep 5, 2024
1 parent f9680e7 commit 03ab475
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 43 deletions.
12 changes: 0 additions & 12 deletions apps/meteor/app/livechat/client/externalFrame/generateNewKey.ts

This file was deleted.

1 change: 0 additions & 1 deletion apps/meteor/app/livechat/client/externalFrame/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion apps/meteor/app/livechat/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ import '../lib/messageTypes';
import './voip';
import './ui';
import './stylesheets/livechat.css';
import './externalFrame';
18 changes: 0 additions & 18 deletions apps/meteor/app/livechat/server/externalFrame/generateNewKey.ts

This file was deleted.

1 change: 0 additions & 1 deletion apps/meteor/app/livechat/server/externalFrame/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion apps/meteor/app/livechat/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ import './lib/stream/agentStatus';
import './sendMessageBySMS';
import './api';
import './api/rest';
import './externalFrame';
import './methods/saveBusinessHour';
9 changes: 0 additions & 9 deletions apps/meteor/server/settings/omnichannel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -845,14 +845,5 @@ await settingsRegistry.addGroup('SMS', async function () {
value: true,
},
});

await this.add('Omnichannel_External_Frame_GenerateKey', 'omnichannelExternalFrameGenerateKey', {
type: 'action',
actionText: 'Generate_new_key',
enableQuery: {
_id: 'Omnichannel_External_Frame_Enabled',
value: true,
},
});
});
});

0 comments on commit 03ab475

Please sign in to comment.