From 70fb869852705b3d980b0311288f241bf4fccea1 Mon Sep 17 00:00:00 2001 From: wenxu12345 <44203734@qq.com> Date: Tue, 8 Feb 2022 14:45:21 +0800 Subject: [PATCH] Refactor code --- pkg/common/constant/constant.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkg/common/constant/constant.go b/pkg/common/constant/constant.go index 6e32cea2e..0e2bfe4da 100644 --- a/pkg/common/constant/constant.go +++ b/pkg/common/constant/constant.go @@ -138,4 +138,10 @@ const ( Female = 2 ) +const ( + UnreliableNotification = 1 + ReliableNotificationNoMsg = 2 + ReliableNotificationMsg = 3 +) + const FriendAcceptTip = "You have successfully become friends, so start chatting"