mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add a label to saved digests
This commit is contained in:
parent
bbaed7e469
commit
92e3f23ec6
1 changed files with 1 additions and 0 deletions
|
|
@ -700,6 +700,7 @@ export const moveDigestToLibrary = async (user: User, digest: Digest) => {
|
|||
author: AUTHOR,
|
||||
publishedAt: new Date(),
|
||||
previewImage,
|
||||
labels: [{ name: 'Digest', color: '#767AF8' }],
|
||||
},
|
||||
user
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue