diff options
Diffstat (limited to 'route/structs.go')
-rw-r--r-- | route/structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/route/structs.go b/route/structs.go index 7b1c2b8..fbfb327 100644 --- a/route/structs.go +++ b/route/structs.go @@ -37,7 +37,7 @@ type AdminPage struct { Boards []webfinger.Board Following []string Followers []string - Reported []db.Report + Reported map[string]db.Reports Domain string IsLocal bool PostBlacklist []util.PostBlacklist |