mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-28 16:37:44 +00:00
Update create.rs
This commit is contained in:
parent
a9586583b5
commit
b816b4bcad
|
@ -107,8 +107,6 @@ pub async fn register(
|
||||||
|
|
||||||
// Register the new person
|
// Register the new person
|
||||||
let person_form = PersonInsertForm {
|
let person_form = PersonInsertForm {
|
||||||
inbox_url: Some(generate_inbox_url(&actor_id)?),
|
|
||||||
shared_inbox_url: Some(generate_shared_inbox_url(context.settings())?),
|
|
||||||
private_key: Some(actor_keypair.private_key),
|
private_key: Some(actor_keypair.private_key),
|
||||||
..PersonInsertForm::new(
|
..PersonInsertForm::new(
|
||||||
data.username.clone(),
|
data.username.clone(),
|
||||||
|
|
Loading…
Reference in a new issue