Cleanup dead code (#12929)
* Cleanup dead code * Remove unneeded translation string
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
71d5f7dc64
Коммит
fdcda20fe4
@@ -86,10 +86,6 @@ func createChannelMemberWithChannelId(ss store.Store, id string) *model.ChannelM
|
||||
return createChannelMember(ss, id, model.NewId())
|
||||
}
|
||||
|
||||
func createChannelMemberWithUserId(ss store.Store, id string) *model.ChannelMember {
|
||||
return createChannelMember(ss, model.NewId(), id)
|
||||
}
|
||||
|
||||
func createCommandWebhook(ss store.Store, commandId, userId, channelId string) *model.CommandWebhook {
|
||||
m := model.CommandWebhook{}
|
||||
m.CommandId = commandId
|
||||
|
||||
Ссылка в новой задаче
Block a user