mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-21 09:19:01 +08:00
Refactor code
This commit is contained in:
@@ -138,4 +138,10 @@ const (
|
|||||||
Female = 2
|
Female = 2
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const (
|
||||||
|
UnreliableNotification = 1
|
||||||
|
ReliableNotificationNoMsg = 2
|
||||||
|
ReliableNotificationMsg = 3
|
||||||
|
)
|
||||||
|
|
||||||
const FriendAcceptTip = "You have successfully become friends, so start chatting"
|
const FriendAcceptTip = "You have successfully become friends, so start chatting"
|
||||||
|
|||||||
Reference in New Issue
Block a user