aboutsummaryrefslogtreecommitdiff
path: root/routes/structs.go
diff options
context:
space:
mode:
authorFChannel <>2022-05-02 17:43:39 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commit328c9150228156c04d1045469c7dbcd7b5f4fedf (patch)
treeae4e281b4e0b6df3c54919756d55bfeff90f0ef0 /routes/structs.go
parent62edcb3745f414212ee102c13429056f02cf31bd (diff)
admin auth and manage page working for initial pass through
Diffstat (limited to 'routes/structs.go')
-rw-r--r--routes/structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/structs.go b/routes/structs.go
index 7c6e980..1c85676 100644
--- a/routes/structs.go
+++ b/routes/structs.go
@@ -42,6 +42,7 @@ type AdminPage struct {
IsLocal bool
PostBlacklist []util.PostBlacklist
AutoSubscribe bool
+ RecentPosts []activitypub.ObjectBase
Themes *[]string
ThemeCookie string