summaryrefslogtreecommitdiffstats
path: root/server/src/apub/fetcher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/apub/fetcher.rs')
-rw-r--r--server/src/apub/fetcher.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/apub/fetcher.rs b/server/src/apub/fetcher.rs
index 8a4b8855..9db6755a 100644
--- a/server/src/apub/fetcher.rs
+++ b/server/src/apub/fetcher.rs
@@ -39,7 +39,7 @@ where
pub enum SearchAcceptedObjects {
Person(Box<PersonExt>),
Group(Box<GroupExt>),
- Page(Box<Page>),
+ Page(Box<PageExt>),
}
/// Attempt to parse the query as URL, and fetch an ActivityPub object from it.