This commit is contained in:
hrxiang
2022-04-01 18:25:52 +08:00
parent 57340e52a7
commit 71897bcb4e
20 changed files with 276 additions and 40 deletions

View File

@@ -1,4 +1,5 @@
class ConversationType {
static const single = 1;
static const group = 2;
static const notification = 4;
}

View File

@@ -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;