]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/objects/person.rs
Moving matrix_user_id to person table. #1438
[lemmy.git] / crates / apub / src / objects / person.rs
index de45aedd3ffffa7eef9a69fcc9cebbe490a3c774..d1eb67071ef9bad9fa38351fdb3dce223dbabb92 100644 (file)
@@ -187,6 +187,7 @@ impl FromApubToForm<PersonExt> for PersonForm {
       last_refreshed_at: Some(naive_now()),
       inbox_url: Some(person.inner.inbox()?.to_owned().into()),
       shared_inbox_url: Some(shared_inbox),
+      matrix_user_id: None, // TODO
     })
   }
 }