gemercheung 3 лет назад
Родитель
Сommit
78d65915cd
1 измененных файлов с 1 добавлено и 1 удалено
  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,
         };