aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
authorFChannel <=>2021-02-02 23:28:35 -0800
committerFChannel <=>2021-02-02 23:28:35 -0800
commit3e42ce191ed9a72ed8aa69ee7819a20bb4d23048 (patch)
tree7c5427161376bd6e2f18ccf4b92fd6af2ae24fc9 /client.go
parentea664188aa26a55b31c5b789cb4a98e33af7fc99 (diff)
added rules.html and faq.html change to fit your own instance specs.
Diffstat (limited to 'client.go')
-rw-r--r--client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.go b/client.go
index cede640..56f5812 100644
--- a/client.go
+++ b/client.go
@@ -202,7 +202,7 @@ func OutboxGet(w http.ResponseWriter, r *http.Request, db *sql.DB, collection Co
for i := 0.0; i < pageLimit; i++ {
pages = append(pages, int(i))
}
-
+
returnData.Pages = pages
returnData.TotalPage = len(returnData.Pages) - 1