V0 #1

Closed
RusticMaple wants to merge 105 commits from v0 into main
Showing only changes of commit 7dd6265edd - Show all commits

fix guest login on backend

Maple 2026-04-12 17:10:07 +02:00

View file

@ -56,9 +56,11 @@ pub async fn start_friends_backend() {
}) })
}); });
} else { } else {
Arc::new_cyclic(move |this| FriendsGuest { new_rmc_gateway_connection(stream.into(), move |r| {
fm, Arc::new_cyclic(move |this| FriendsGuest {
addr: c.prudpsock_addr, fm,
addr: c.prudpsock_addr,
})
}); });
} }
} }