Skip to content

Commit

Permalink
Merge pull request #112 from ONLYOFFICE/bugfix/65445
Browse files Browse the repository at this point in the history
fix Bug 65445
  • Loading branch information
pavelbannov authored Dec 13, 2023
2 parents 3955cab + e5941e3 commit 8491a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions products/ASC.Files/Core/Core/FileStorageService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,7 @@ public async Task<File<T>> UpdateFileStreamAsync<T>(T fileId, Stream stream, str
if (file != null)
{
await _filesMessageService.SendAsync(MessageAction.FileUpdated, file, file.Title);
await _socketManager.UpdateFileAsync(file);
}

return file;
Expand Down

0 comments on commit 8491a7f

Please sign in to comment.