Refactor code

This commit is contained in:
wenxu12345 2022-02-08 14:45:21 +08:00
parent 4c42f5a2f5
commit 70fb869852

View File

@ -138,4 +138,10 @@ const (
Female = 2
)
const (
UnreliableNotification = 1
ReliableNotificationNoMsg = 2
ReliableNotificationMsg = 3
)
const FriendAcceptTip = "You have successfully become friends, so start chatting"