aboutsummaryrefslogtreecommitdiff
path: root/route/structs.go
diff options
context:
space:
mode:
authorFChannel <>2022-06-04 11:08:51 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commit89795236377c1db1821c7ccbbc48a94562a70995 (patch)
tree75fa016c2073008d766ef9da22ca5c4405ae8bb0 /route/structs.go
parentfbc0e5e5f910ea64b6b18be1a354817c195a6f04 (diff)
made view reported posts less gimped
Diffstat (limited to 'route/structs.go')
-rw-r--r--route/structs.go2
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