From 9cb30e0ec6bd2cab73ba965b151628a58e95f707 Mon Sep 17 00:00:00 2001 From: Gordon <1432970085@qq.com> Date: Fri, 9 Dec 2022 14:28:24 +0800 Subject: [PATCH] reaction message --- pkg/common/constant/constant.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkg/common/constant/constant.go b/pkg/common/constant/constant.go index ff2e0097f..76b285c24 100644 --- a/pkg/common/constant/constant.go +++ b/pkg/common/constant/constant.go @@ -99,10 +99,11 @@ const ( SignalingNotification = 1601 SignalingNotificationEnd = 1649 - SuperGroupNotificationBegin = 1650 - SuperGroupUpdateNotification = 1651 - MsgDeleteNotification = 1652 - SuperGroupNotificationEnd = 1699 + SuperGroupNotificationBegin = 1650 + SuperGroupUpdateNotification = 1651 + MsgDeleteNotification = 1652 + ReactionMessageModifierNotification = 1653 + SuperGroupNotificationEnd = 1699 ConversationPrivateChatNotification = 1701 ConversationUnreadNotification = 1702