mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Encode ws messages as JSON
This commit is contained in:
@ -94,7 +94,7 @@ final class JoexAppImpl[F[_]: Async](
|
||||
AllPreviewsTask
|
||||
.job(MakePreviewArgs.StoreMode.WhenMissing, None)
|
||||
.flatMap(queue.insertIfNew) *>
|
||||
AllPageCountTask.job.flatMap(queue.insertIfNew)
|
||||
AllPageCountTask.job.flatMap(queue.insertIfNew).as(())
|
||||
|
||||
private def scheduleEmptyTrashTasks: F[Unit] =
|
||||
store
|
||||
|
Reference in New Issue
Block a user