fix: server tl is public
This commit is contained in:
parent
417ab22a7b
commit
dd67b005dc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pub async fn page(
|
||||||
) -> crate::Result<JsonLD<serde_json::Value>> {
|
) -> crate::Result<JsonLD<serde_json::Value>> {
|
||||||
crate::server::builders::paginate(
|
crate::server::builders::paginate(
|
||||||
url!(ctx, "/inbox/page"),
|
url!(ctx, "/inbox/page"),
|
||||||
crate::model::addressing::Column::Actor.eq(apb::target::PUBLIC)
|
crate::model::addressing::Column::Actor.is_null()
|
||||||
.into_condition(),
|
.into_condition(),
|
||||||
ctx.db(),
|
ctx.db(),
|
||||||
page,
|
page,
|
||||||
|
|
Loading…
Reference in a new issue