This commit is contained in:
jack ning
2025-02-24 23:11:08 +08:00
parent 237cd60fe5
commit b86c4eacd5

View File

@@ -2,7 +2,7 @@
* @Author: jackning 270580156@qq.com
* @Date: 2024-11-05 13:43:02
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2025-02-24 21:33:46
* @LastEditTime: 2025-02-24 23:03:01
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
@@ -43,6 +43,7 @@ public class WorkgroupInitializer implements SmartInitializingSingleton {
memberInitializer.init();
// 确保 AgentInitializer 先执行完成
agentInitializer.init();
//
init();
}