gemercheung 3 years ago
parent
commit
78d65915cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/controller/syncDeviceController.js

+ 1 - 1
src/controller/syncDeviceController.js

@@ -42,7 +42,7 @@ export class SyncDeviceController extends BasicController {
         const current = await this.room.currentUser();
         const updateUser = {
           ...current,
-          // onlineStatus: 1,
+          onlineStatus: 1,
           voiceStatus: status,
         };