mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
@ -35,6 +35,7 @@ final class GotifyBackend[F[_]: Async](
|
||||
val req = POST(
|
||||
Json.obj(
|
||||
"title" -> Json.fromString(title),
|
||||
"priority" -> Json.fromInt(channel.priority.getOrElse(0)),
|
||||
"message" -> Json.fromString(body),
|
||||
"extras" -> Json.obj(
|
||||
"client::display" -> Json.obj(
|
||||
|
Reference in New Issue
Block a user