mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-15183] Migrate "WebHook.SaveOutgoing" to Sync (#10675)
This commit is contained in:
committed by
Saturnino Abril
parent
2b6691e5cc
commit
eaef1952b0
@@ -387,7 +387,7 @@ type WebhookStore interface {
|
||||
PermanentDeleteIncomingByChannel(channelId string) StoreChannel
|
||||
PermanentDeleteIncomingByUser(userId string) StoreChannel
|
||||
|
||||
SaveOutgoing(webhook *model.OutgoingWebhook) StoreChannel
|
||||
SaveOutgoing(webhook *model.OutgoingWebhook) (*model.OutgoingWebhook, *model.AppError)
|
||||
GetOutgoing(id string) StoreChannel
|
||||
GetOutgoingList(offset, limit int) StoreChannel
|
||||
GetOutgoingByChannel(channelId string, offset, limit int) StoreChannel
|
||||
|
||||
Reference in New Issue
Block a user