MM-56774: Delete file along with bookmark (#27495)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
762ff9b96c
Коммит
90534b13cf
@@ -317,7 +317,6 @@ func (s *SqlChannelBookmarkStore) Delete(bookmarkId string, deleteFile bool) err
|
||||
From("ChannelBookmarks").
|
||||
Where(sq.And{
|
||||
sq.Eq{"Id": bookmarkId},
|
||||
sq.Eq{"DeleteAt": 0},
|
||||
})
|
||||
|
||||
fileQuery, fileArgs, fileErr := s.getQueryBuilder().
|
||||
|
||||
Ссылка в новой задаче
Block a user