Merge branch 'main' into git-gutter

This commit is contained in:
Mikayla Maki
2022-10-02 18:03:50 -07:00
committed by GitHub
+2 -1
View File
@@ -1743,7 +1743,8 @@ impl Server {
});
Ok(())
}
async fn get_private_user_info(
async fn get_private_user_info(
self: Arc<Self>,
request: TypedEnvelope<proto::GetPrivateUserInfo>,
response: Response<proto::GetPrivateUserInfo>,