From 494485ddaf6ea5e66c397c37eb10ddc2fefb968b Mon Sep 17 00:00:00 2001 From: jack ning Date: Fri, 8 Aug 2025 19:45:55 +0800 Subject: [PATCH] update --- .../com/bytedesk/call/CallApplication.java | 21 +++++++++++++++---- .../MessageUnreadRestService.java | 4 ++-- starter/pom.xml | 11 ++++++++-- 3 files changed, 28 insertions(+), 8 deletions(-) diff --git a/modules/call/src/main/java/com/bytedesk/call/CallApplication.java b/modules/call/src/main/java/com/bytedesk/call/CallApplication.java index 95295f9b76..0d3485119f 100644 --- a/modules/call/src/main/java/com/bytedesk/call/CallApplication.java +++ b/modules/call/src/main/java/com/bytedesk/call/CallApplication.java @@ -1,13 +1,26 @@ +/* + * @Author: jackning 270580156@qq.com + * @Date: 2025-08-08 17:41:39 + * @LastEditors: jackning 270580156@qq.com + * @LastEditTime: 2025-08-08 19:44:35 + * @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. + * Business Source License 1.1: https://github.com/Bytedesk/bytedesk/blob/main/LICENSE + * contact: 270580156@qq.com + * + * Copyright (c) 2025 by bytedesk.com, All Rights Reserved. + */ package com.bytedesk.call; -import org.springframework.boot.SpringApplication; +// import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class CallApplication { - public static void main(String[] args) { - SpringApplication.run(CallApplication.class, args); - } + // public static void main(String[] args) { + // SpringApplication.run(CallApplication.class, args); + // } } diff --git a/modules/service/src/main/java/com/bytedesk/service/message_unread/MessageUnreadRestService.java b/modules/service/src/main/java/com/bytedesk/service/message_unread/MessageUnreadRestService.java index 84922dc903..255570d5fb 100644 --- a/modules/service/src/main/java/com/bytedesk/service/message_unread/MessageUnreadRestService.java +++ b/modules/service/src/main/java/com/bytedesk/service/message_unread/MessageUnreadRestService.java @@ -2,7 +2,7 @@ * @Author: jackning 270580156@qq.com * @Date: 2024-06-28 17:19:02 * @LastEditors: jackning 270580156@qq.com - * @LastEditTime: 2025-08-08 16:37:20 + * @LastEditTime: 2025-08-08 19:35:22 * @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. @@ -137,7 +137,7 @@ public class MessageUnreadRestService // MessageTypeEnum type = messageProtobuf.getType(); String threadUid = messageProtobuf.getThread().getUid(); - String threadTopic = messageProtobuf.getThread().getTopic(); + // String threadTopic = messageProtobuf.getThread().getTopic(); // 目前只记录文本、图片和文件类型的未读消息 if (!MessageTypeEnum.TEXT.equals(type) && diff --git a/starter/pom.xml b/starter/pom.xml index 2943b4f8a0..527683158c 100644 --- a/starter/pom.xml +++ b/starter/pom.xml @@ -246,15 +246,16 @@ ${revision} + com.bytedesk - bytedesk-module-social + bytedesk-module-ticket ${revision} com.bytedesk - bytedesk-module-ticket + bytedesk-module-call ${revision} @@ -270,6 +271,12 @@ ${revision} + + com.bytedesk + bytedesk-module-social + ${revision} + + com.bytedesk