From 1df751be93b20d276c8c2f85c8dc9b26f227ef74 Mon Sep 17 00:00:00 2001 From: welsir <1824379011@qq.com> Date: Sat, 18 May 2024 18:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E6=A8=A1=E5=9D=97=E4=BF=AE?= =?UTF-8?q?=E5=A4=8DVideoPushGuard=E7=B1=BB=E7=BC=BA=E5=B0=91BUG=20#62?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/org/example/core/guard/VideoPushChannelGuard.java | 1 + 1 file changed, 1 insertion(+) diff --git a/chopperbot-account/src/main/java/org/example/core/guard/VideoPushChannelGuard.java b/chopperbot-account/src/main/java/org/example/core/guard/VideoPushChannelGuard.java index 76e1ca1..dfdac3b 100644 --- a/chopperbot-account/src/main/java/org/example/core/guard/VideoPushChannelGuard.java +++ b/chopperbot-account/src/main/java/org/example/core/guard/VideoPushChannelGuard.java @@ -41,6 +41,7 @@ public class VideoPushChannelGuard extends SpringGuardPlugin { } PacketSectionVideo packedVideo = factory.rule(p); videosCollection.put(packedVideo.getId(),packedVideo); + } public void sendVideo(PackageSection p) {