server: add unread field to tag query.

Optionally fill out unread, as it's expensive.
This commit is contained in:
2023-11-21 13:15:57 -08:00
parent 64912be4eb
commit ff6675b08f
3 changed files with 15 additions and 17 deletions

View File

@@ -20,6 +20,7 @@ urlencoding = "2.1.3"
async-graphql = "6.0.11"
async-graphql-rocket = "6.0.11"
rocket_cors = "0.6.0"
rayon = "1.8.0"
[dependencies.rocket_contrib]
version = "0.4.11"