Merge branch 'main' into git-gutter
This commit is contained in:
commit
0f1d71c38f
1 changed files with 2 additions and 1 deletions
|
@ -1743,7 +1743,8 @@ impl Server {
|
||||||
});
|
});
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
async fn get_private_user_info(
|
|
||||||
|
async fn get_private_user_info(
|
||||||
self: Arc<Self>,
|
self: Arc<Self>,
|
||||||
request: TypedEnvelope<proto::GetPrivateUserInfo>,
|
request: TypedEnvelope<proto::GetPrivateUserInfo>,
|
||||||
response: Response<proto::GetPrivateUserInfo>,
|
response: Response<proto::GetPrivateUserInfo>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue