From ba38ba2ecb422326dbfdaf387d37ba0eb78dbaf7 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Wed, 23 Aug 2023 11:37:13 +0800 Subject: [PATCH] group support --- domain/service/event_s/event_init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain/service/event_s/event_init.go b/domain/service/event_s/event_init.go index c64d247..3187f12 100644 --- a/domain/service/event_s/event_init.go +++ b/domain/service/event_s/event_init.go @@ -37,7 +37,7 @@ func EventInit() { GroupEvents() GroupImMass() GroupTheme() - //SendGift() // 送礼事件 + SendGift() // 送礼事件 OnMic() // 在麦上事件 GroupInMicChangeEvent() // 用户进房推送mic位置信息 } -- 2.22.0