remove content from update event too
This commit is contained in:
@ -889,7 +889,11 @@ export const updateLibraryItem = async (
|
||||
|
||||
await pubsub.entityUpdated<UpdateItemEvent>(
|
||||
EntityType.PAGE,
|
||||
libraryItem,
|
||||
{
|
||||
...libraryItem,
|
||||
originalContent: undefined,
|
||||
readableContent: undefined,
|
||||
},
|
||||
userId,
|
||||
id
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user