diff options
author | FChannel <> | 2022-05-02 17:43:39 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 328c9150228156c04d1045469c7dbcd7b5f4fedf (patch) | |
tree | ae4e281b4e0b6df3c54919756d55bfeff90f0ef0 /routes/structs.go | |
parent | 62edcb3745f414212ee102c13429056f02cf31bd (diff) |
admin auth and manage page working for initial pass through
Diffstat (limited to 'routes/structs.go')
-rw-r--r-- | routes/structs.go | 1 |
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 |