[MM-47367] Make sure mini preview is saved to database when updating database (#21304)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
23b2bfcd04
Коммит
66b7c45e69
@@ -181,6 +181,7 @@ func (fs SqlFileInfoStore) Upsert(info *model.FileInfo) (*model.FileInfo, error)
|
||||
"Width": info.Width,
|
||||
"Height": info.Height,
|
||||
"HasPreviewImage": info.HasPreviewImage,
|
||||
"MiniPreview": info.MiniPreview,
|
||||
"Content": info.Content,
|
||||
"RemoteId": info.RemoteId,
|
||||
}).
|
||||
|
||||
Ссылка в новой задаче
Block a user