diff options
author | FChannel <> | 2022-06-13 17:58:26 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 5cff4d3740eb8b9f67de9713124e84109d04cff8 (patch) | |
tree | 8940203f84ef45e36d3cea414c40ace47152a8ce /route/structs.go | |
parent | cc3e8e57154409469267b0526807a907d5166147 (diff) |
admin reported management improvements
Diffstat (limited to 'route/structs.go')
-rw-r--r-- | route/structs.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/route/structs.go b/route/structs.go index 601943c..17deb25 100644 --- a/route/structs.go +++ b/route/structs.go @@ -38,7 +38,6 @@ type AdminPage struct { Boards []webfinger.Board Following []string Followers []string - Reported map[string]db.Reports Domain string IsLocal bool PostBlacklist []util.PostBlacklist |