diff options
author | FChannel <> | 2022-06-12 23:04:13 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | cc3e8e57154409469267b0526807a907d5166147 (patch) | |
tree | 59acbf28290c8658a538f8843a1d0d9e1a598baf /route/structs.go | |
parent | 0418dab57f9cf19540234d157a512e30a70a7152 (diff) |
admin page layout/css - truncate long new line posts
Diffstat (limited to 'route/structs.go')
-rw-r--r-- | route/structs.go | 2 |
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 |