From f7476b2fb6a01d50868a128c1d1f77c14691482d Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Thu, 26 Jan 2017 02:14:12 +0000 Subject: PLT-4378 Slack import when channel name is deleted (#4649) This fixes the issue where the channel fails to Import from Slack if there is already a channel with the same name on Mattermost that has been deleted. --- store/store.go | 1 + 1 file changed, 1 insertion(+) (limited to 'store/store.go') diff --git a/store/store.go b/store/store.go index 48819e2d7..cd918c033 100644 --- a/store/store.go +++ b/store/store.go @@ -93,6 +93,7 @@ type ChannelStore interface { PermanentDeleteByTeam(teamId string) StoreChannel GetByName(team_id string, name string) StoreChannel GetByNameIncludeDeleted(team_id string, name string) StoreChannel + GetDeletedByName(team_id string, name string) StoreChannel GetChannels(teamId string, userId string) StoreChannel GetMoreChannels(teamId string, userId string, offset int, limit int) StoreChannel GetChannelCounts(teamId string, userId string) StoreChannel -- cgit v1.2.3-1-g7c22