Merge branch 'master' into MM-47853-true-up-review-telemetry-off-non-air-gapped

Этот коммит содержится в:
Mattermost Build
2023-01-09 16:53:36 +02:00
коммит произвёл GitHub
родитель e5444269f5 3dd934711c
Коммит c0fd11f953
5 изменённых файлов: 42 добавлений и 6 удалений

Просмотреть файл

@@ -577,7 +577,7 @@ func (s SqlChannelStore) upsertPublicChannelT(transaction *sqlxTxWrapper, channe
return nil
}
// Save writes the (non-direct) channel channel to the database.
// Save writes the (non-direct) channel to the database.
func (s SqlChannelStore) Save(channel *model.Channel, maxChannelsPerTeam int64) (_ *model.Channel, err error) {
if channel.DeleteAt != 0 {
return nil, store.NewErrInvalidInput("Channel", "DeleteAt", channel.DeleteAt)