mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-15356] Migrate "Channel.Update" to Sync by default (#10815)
This commit is contained in:
@@ -132,7 +132,7 @@ type ChannelStore interface {
|
||||
Save(channel *model.Channel, maxChannelsPerTeam int64) StoreChannel
|
||||
CreateDirectChannel(userId string, otherUserId string) StoreChannel
|
||||
SaveDirectChannel(channel *model.Channel, member1 *model.ChannelMember, member2 *model.ChannelMember) StoreChannel
|
||||
Update(channel *model.Channel) StoreChannel
|
||||
Update(channel *model.Channel) (*model.Channel, *model.AppError)
|
||||
Get(id string, allowFromCache bool) (*model.Channel, *model.AppError)
|
||||
InvalidateChannel(id string)
|
||||
InvalidateChannelByName(teamId, name string)
|
||||
|
||||
Reference in New Issue
Block a user