From 38c34017a3760e62fb08025c76fd3c7a25006e58 Mon Sep 17 00:00:00 2001 From: David Lu Date: Tue, 4 Oct 2016 08:49:57 -0400 Subject: PLT-4200/3708 Fixed outside team DM switching, allowed switching to uncreated DMs (#4111) * Fixed outside team DM switching, allowed switching to uncreated DMs * Update channel_switch_modal.jsx --- webapp/utils/utils.jsx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'webapp/utils') diff --git a/webapp/utils/utils.jsx b/webapp/utils/utils.jsx index 5a47b0a63..73765495c 100644 --- a/webapp/utils/utils.jsx +++ b/webapp/utils/utils.jsx @@ -1032,13 +1032,6 @@ export function getDirectChannelName(id, otherId) { return handle; } -export function getDirectChannelNameByUsername(username, otherUsername) { - const id = UserStore.getProfileByUsername(username).id; - const otherId = UserStore.getProfileByUsername(otherUsername).id; - - return getDirectChannelName(id, otherId); -} - // Used to get the id of the other user from a DM channel export function getUserIdFromChannelName(channel) { var ids = channel.name.split('__'); -- cgit v1.2.3-1-g7c22