Skip to content

Commit

Permalink
chore: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Mar 19, 2024
1 parent a53ee51 commit cfd5875
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/api_apub/src/users/user_inbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ use hatsu_utils::AppData;

#[debug_handler]
pub async fn handler(data: Data<AppData>, activity_data: ActivityData) -> impl IntoResponse {
// let (actuvity, actor) = parse_received_activity

receive_activity::<WithContext<ServiceInboxActivities>, ApubUser, AppData>(activity_data, &data)
.await
}

0 comments on commit cfd5875

Please sign in to comment.