aboutsummaryrefslogtreecommitdiff
path: root/route/structs.go
diff options
context:
space:
mode:
authorFChannel <>2022-06-12 23:04:13 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commitcc3e8e57154409469267b0526807a907d5166147 (patch)
tree59acbf28290c8658a538f8843a1d0d9e1a598baf /route/structs.go
parent0418dab57f9cf19540234d157a512e30a70a7152 (diff)
admin page layout/css - truncate long new line posts
Diffstat (limited to 'route/structs.go')
-rw-r--r--route/structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/route/structs.go b/route/structs.go
index 73371ae..601943c 100644
--- a/route/structs.go
+++ b/route/structs.go
@@ -44,6 +44,8 @@ type AdminPage struct {
PostBlacklist []util.PostBlacklist
AutoSubscribe bool
RecentPosts []activitypub.ObjectBase
+ Instance activitypub.Actor
+ Meta Meta
Themes *[]string
ThemeCookie string