diff options
author | FChannel <> | 2022-06-25 11:33:24 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-25 11:38:15 -0700 |
commit | c2de9971e9d5f1408083f0d131818e16430238d2 (patch) | |
tree | 0f1892d081039145d31d4ff4169106ba988ab7a7 /route/structs.go | |
parent | b1d65922e257d605d3d95b6e679728524ba1e609 (diff) |
removed public indexing being dependent on fchan being available
Diffstat (limited to 'route/structs.go')
-rw-r--r-- | route/structs.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/route/structs.go b/route/structs.go index 17deb25..87ffce3 100644 --- a/route/structs.go +++ b/route/structs.go @@ -19,7 +19,6 @@ type PageData struct { Key string PostId string Instance activitypub.Actor - InstanceIndex []activitypub.ObjectBase ReturnTo string NewsItems []db.NewsItem BoardRemainer []int |