Skip to content

Commit

Permalink
https://github.com/openimsdk/openim-sdk-core/releases/tag/v3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
std-s committed Jan 8, 2025
1 parent 7b9028b commit aa86cd4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OpenIMSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'OpenIMSDK'
s.version = '3.8.2+1'
s.version = '3.8.3'
s.summary = 'Open-IM-SDK'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -77,6 +77,6 @@ Pod::Spec.new do |s|

s.static_framework = true

s.dependency 'OpenIMSDKCore', '3.8.2'
s.dependency 'OpenIMSDKCore', '3.8.3'
s.dependency 'MJExtension'
end
2 changes: 1 addition & 1 deletion OpenIMSDK/Model/OIMSearchParam.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ NS_ASSUME_NONNULL_BEGIN

@interface OIMGetAdvancedHistoryMessageListParam : OIMGetMessageOptions

@property (nonatomic, assign) NSInteger lastMinSeq;
@property (nonatomic, assign) OIMGetHistoryViewType viewType;

@end

Expand Down
5 changes: 5 additions & 0 deletions OpenIMSDK/Utils/OIMDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,9 @@ typedef NS_ENUM(NSInteger, OIMLoginStatus) {
OIMLoginStatusLogged = 3,
};

typedef NS_ENUM(NSInteger, OIMGetHistoryViewType) {
OIMGetHistoryViewTypeHistory = 0,
OIMGetHistoryViewTypeSearch = 1
};

#endif /* IMDefine_h */

0 comments on commit aa86cd4

Please sign in to comment.