handle serde_json for deserialized()
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -90,7 +90,7 @@ impl Service {
|
||||
.senderkey_pusher
|
||||
.qry(&senderkey)
|
||||
.await
|
||||
.deserialized_json()
|
||||
.deserialized()
|
||||
}
|
||||
|
||||
pub async fn get_pushers(&self, sender: &UserId) -> Vec<Pusher> {
|
||||
|
||||
Reference in New Issue
Block a user