feat: add user profile management with update and retrieval endpoints, enhance database setup for testing
This commit is contained in:
@@ -21,7 +21,7 @@ pub async fn federate_thought(
|
||||
};
|
||||
|
||||
if follower_ids.is_empty() {
|
||||
tracing::debug!("No followers to federate to for user {}", author.username);
|
||||
println!("No followers to federate to for user {}", author.username);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user