2.3.5+4
This commit is contained in:
@@ -5,6 +5,10 @@ class MessageFailedCode {
|
||||
|
||||
/// 被对方删除
|
||||
static const int deletedByFriend = 601;
|
||||
|
||||
/// 已被移除群聊/群已解散
|
||||
static const int notInGroup = 302;
|
||||
|
||||
}
|
||||
|
||||
/// 添加好友失败
|
||||
|
||||
@@ -2,7 +2,7 @@ import 'package:flutter/services.dart';
|
||||
import 'package:flutter_openim_sdk/flutter_openim_sdk.dart';
|
||||
|
||||
class OpenIM {
|
||||
static const version = '2.3.5+3';
|
||||
static const version = '2.3.5+4';
|
||||
|
||||
static const _channel = const MethodChannel('flutter_openim_sdk');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user