remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-11-15 06:52:17 -06:00
parent 3fba55b4ae
commit a9ebe37e61
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def unread(v):
n.read = True
g.db.add(n)
return {"data":[x[1].json() for x in listing]}
return {"data":[x[1].json(g.db) for x in listing]}
@app.get("/notifications/modmail")