Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f8f294265 | |||
| d5a70cf078 |
@@ -443,7 +443,7 @@ pub async fn network_connect(
|
|||||||
username: String,
|
username: String,
|
||||||
event_rx: &mut UnboundedReceiver<Command>,
|
event_rx: &mut UnboundedReceiver<Command>,
|
||||||
overrides: &ProxyOverrides,
|
overrides: &ProxyOverrides,
|
||||||
state: SharedState,
|
state: SharedState<impl Reactivity>,
|
||||||
) -> Result<(), Error> {
|
) -> Result<(), Error> {
|
||||||
info!("connecting");
|
info!("connecting");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user