mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove content from update event too
This commit is contained in:
parent
c3dba7e9da
commit
d02d9444a9
1 changed files with 5 additions and 1 deletions
|
|
@ -889,7 +889,11 @@ export const updateLibraryItem = async (
|
|||
|
||||
await pubsub.entityUpdated<UpdateItemEvent>(
|
||||
EntityType.PAGE,
|
||||
libraryItem,
|
||||
{
|
||||
...libraryItem,
|
||||
originalContent: undefined,
|
||||
readableContent: undefined,
|
||||
},
|
||||
userId,
|
||||
id
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue