Git repository hosting, collaboration, and discovery for the Fediverse.
Fixes schmixes
parent: tbd commit: 92ff417
1 | use FromStr; |
2 | |
3 | use DaemonConnectionPool; |
4 | use |
5 | , | Instance
6 | , | ObjectBackend
7 | , |
8 | ; |
9 | |
10 | |
11 | async |
12 | ; | init
13 | let pool = connect_other |
14 | ?, | from_str
15 | parse .unwrap, | .
16 | |
17 | .unwrap; |
18 | |
19 | let mut user = pool. .await?; |
20 | |
21 | let _display_name = user. .await?; |
22 | |
23 | let _repositories = user |
24 | .repositories |
25 | .await?; |
26 | |
27 | Ok |
28 | |
29 |