summaryrefslogtreecommitdiffstats
path: root/server/src/apub.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/apub.rs')
-rw-r--r--server/src/apub.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/apub.rs b/server/src/apub.rs
index 4fc0ba33..3d9595c8 100644
--- a/server/src/apub.rs
+++ b/server/src/apub.rs
@@ -1,6 +1,6 @@
extern crate activitypub;
use self::activitypub::{context, actor::Person};
-use actions::user::User_;
+use db::user::User_;
impl User_ {
pub fn person(&self) -> Person {