Skip to content

Commit

Permalink
Merge pull request #8604 from Expensify/maria-fix-excluded-group-emails
Browse files Browse the repository at this point in the history
Don't exclude concierge from group chats
  • Loading branch information
marcochavezf authored Apr 13, 2022
2 parents dd17906 + 3a43e36 commit 7706091
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/NewChatPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@ class NewChatPage extends Component {
this.createGroup = this.createGroup.bind(this);
this.toggleGroupOptionOrCreateChat = this.toggleGroupOptionOrCreateChat.bind(this);
this.createNewChat = this.createNewChat.bind(this);
this.excludedGroupEmails = _.without(CONST.EXPENSIFY_EMAILS, [
CONST.EMAIL.CONCIERGE,
CONST.EMAIL.RECEIPTS,
CONST.EMAIL.INTEGRATION_TESTING_CREDS,
]);
this.excludedGroupEmails = _.without(CONST.EXPENSIFY_EMAILS, CONST.EMAIL.CONCIERGE);

const {
recentReports,
Expand Down

0 comments on commit 7706091

Please sign in to comment.