From a6c8da02018ad4200f3b8649d2c07d81fda2462d Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 29 Sep 2025 19:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E9=97=B4=E8=AE=BE=E7=BD=AE=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E6=98=BE=E7=A4=BA=E5=BF=83=E5=8A=A8=E5=80=BC=20?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/infra/database/mongo/entity/live/RoomSetting.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/mongo/entity/live/RoomSetting.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/mongo/entity/live/RoomSetting.java index 796bb414..baa1705c 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/mongo/entity/live/RoomSetting.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/mongo/entity/live/RoomSetting.java @@ -109,7 +109,7 @@ public class RoomSetting implements Serializable { .setMikeSize(10) .setAllowMusic(Boolean.TRUE) .setAdminLockSeat(Boolean.TRUE) - .setShowHeartbeat(Boolean.TRUE) + .setShowHeartbeat(Boolean.FALSE) .setTakeMicRole("ALL") .setRoomSpecialMikeType("") .setOpenKtvMode(Boolean.FALSE);