Upgrade
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
class ConversationType {
|
||||
static const single = 1;
|
||||
static const group = 2;
|
||||
static const notification = 4;
|
||||
}
|
||||
|
||||
@@ -36,6 +36,8 @@ class MessageType {
|
||||
static const userInfoUpdatedNotification = 1303;
|
||||
static const userNotificationEnd = 1399;
|
||||
|
||||
static const oaNotification = 1400;
|
||||
|
||||
static const groupNotificationBegin = 1500;
|
||||
static const groupCreatedNotification = 1501;
|
||||
static const groupInfoSetNotification = 1502;
|
||||
|
||||
Reference in New Issue
Block a user