mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
update readable content instead
This commit is contained in:
parent
f95642be2b
commit
e23d3d5933
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export const updateContentForFileItem = async (msg: UpdateContentMessage) => {
|
|||
description: msg.description,
|
||||
author: msg.author,
|
||||
// content may not be present if we failed to parse the file
|
||||
originalContent: msg.content,
|
||||
readableContent: msg.content,
|
||||
// This event is fired after the file is fully uploaded,
|
||||
// so along with updating content, we mark it as
|
||||
// succeeded or failed based on the message state
|
||||
|
|
|
|||
Loading…
Reference in a new issue