Skip to content

Commit 3aca1b0

Browse files
gabriellshggazzo
andauthored
Refactor: Omnichannel Facebook Integration (#18624)
Co-authored-by: Guilherme Gazzo <[email protected]>
1 parent 88649be commit 3aca1b0

File tree

8 files changed

+229
-210
lines changed

8 files changed

+229
-210
lines changed

app/livechat/client/route.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ AccountBox.addRoute({
6868
customContainer: true,
6969
}, livechatManagerRoutes, load);
7070

71-
AccountBox.addRoute({
72-
name: 'livechat-facebook',
73-
path: '/facebook',
74-
sideNav: 'omnichannelFlex',
75-
i18nPageTitle: 'Facebook Messenger',
76-
pageTemplate: 'livechatIntegrationFacebook',
77-
}, livechatManagerRoutes, load);
78-
7971
AccountBox.addRoute({
8072
name: 'livechat-queue',
8173
path: '/livechat-queue',

app/livechat/client/views/admin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ import './app/livechatDashboard.html';
66
import './app/livechatCurrentChats';
77
import './app/livechatDepartmentForm';
88
import './app/livechatDepartments';
9-
import './app/integrations/livechatIntegrationFacebook';

app/livechat/client/views/app/integrations/livechatIntegrationFacebook.html

Lines changed: 0 additions & 43 deletions
This file was deleted.

app/livechat/client/views/app/integrations/livechatIntegrationFacebook.js

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)