]> Untitled Git - lemmy.git/blobdiff - lemmy_apub/src/http/community.rs
Merge branch 'main' into move_views_to_diesel
[lemmy.git] / lemmy_apub / src / http / community.rs
index 0a90571ff0287bfbb00b8eceb5cd2e60875b2f15..d2a18ee0b3c2a070e9e85cdbb84bcb4baf461e73 100644 (file)
@@ -9,7 +9,11 @@ use activitystreams::{
   collection::{CollectionExt, OrderedCollection, UnorderedCollection},
 };
 use actix_web::{body::Body, web, HttpResponse};
-use lemmy_db::{community::Community, community_view::CommunityFollowerView, post::Post};
+use lemmy_db::{
+  community::Community,
+  post::Post,
+  views::community_follower_view::CommunityFollowerView,
+};
 use lemmy_structs::blocking;
 use lemmy_utils::LemmyError;
 use lemmy_websocket::LemmyContext;