Skip to content

Commit

Permalink
Remove Facebook from the list of new chat/group builder services (key…
Browse files Browse the repository at this point in the history
  • Loading branch information
cjb authored Apr 9, 2020
1 parent a04b16a commit fb34171
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 636 deletions.
9 changes: 1 addition & 8 deletions shared/constants/team-building.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@ import * as Types from './types/team-building'
import * as RPCTypes from './types/rpc-gen'
import {serviceIdFromString} from '../util/platforms'

const searchServices: Array<Types.ServiceId> = [
'keybase',
'twitter',
'facebook',
'github',
'reddit',
'hackernews',
]
const searchServices: Array<Types.ServiceId> = ['keybase', 'twitter', 'github', 'reddit', 'hackernews']

// Order here determines order of tabs in team building
export const allServices: Array<Types.ServiceIdWithContact> = [
Expand Down
Loading

0 comments on commit fb34171

Please sign in to comment.