From 3e42ce191ed9a72ed8aa69ee7819a20bb4d23048 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Tue, 2 Feb 2021 23:28:35 -0800 Subject: added rules.html and faq.html change to fit your own instance specs. --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.go') 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 -- cgit v1.2.3