Merge branch 'main' of github.com:Tensamin/Omikron
This commit is contained in:
commit
c38f4a820c
3 changed files with 9 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue