diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-19 12:07:41 -0300 |
---|---|---|
committer | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-19 12:07:41 -0300 |
commit | afa9e221d07ac0e246daadef33e911bc86fd74eb (patch) | |
tree | 5cde22106d5774e45efcc9415cae206266365fa0 /client.go | |
parent | 6f8744c1ad53b4056dc6245f8ac6b5fb903aef8f (diff) |
hack fix mod pages
Diffstat (limited to 'client.go')
-rw-r--r-- | client.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ type AdminPage struct { IsLocal bool PostBlacklist []PostBlacklist AutoSubscribe bool + Themes *[]string } type Report struct { |