diff --git a/store/sql_channel_store.go b/store/sql_channel_store.go index 9f1e157d8d..07e39df346 100644 --- a/store/sql_channel_store.go +++ b/store/sql_channel_store.go @@ -543,7 +543,7 @@ func (s SqlChannelStore) UpdateNotifyLevel(channelId, userId, notifyLevel string ChannelMembers SET NotifyLevel = ?, - LastUpdateAt = ? + LastUpdateAt = ? WHERE UserId = ? AND ChannelId = ?`,