Merge branch 'main' of github.com:Tensamin/Omikron

This commit is contained in:
Alex Emmet 2026-02-20 16:12:16 +01:00
commit c38f4a820c
3 changed files with 9 additions and 6 deletions

View file

@ -425,7 +425,7 @@ impl ClientConnection {
async fn handle_client_changed(self: Arc<Self>, cv: CommunicationValue) {
let user_id = self.get_user_id().await;
if let Some(_status_str) = cv.get_data(DataTypes::user_state) {
let user_status = UserStatus::online;
let user_status = UserStatus::user_online;
if let Some(rho_conn) = self.get_rho_connection().await {
OmegaConnection::client_changed(rho_conn.get_iota_id().await, user_id, user_status)
.await;