Skip to content

v3.8.0

Compare
Choose a tag to compare
@tang3w tang3w released this 08 Dec 03:46
· 1501 commits to master since this release
  • AVObject 与 AVFile 支持 NSCoding 协议;
  • 增加 -[AVIMConversation setObject:forKey:] 方法,用来设置对话自定义属性。废弃了以下方法:
    • -[AVIMConversation newUpdateBuilder]
    • -[AVIMConversation update:callback:]
  • 修复 -[AVQuery whereKey:equalTo:]-[AVQuery whereKey:notEqualTo:] 不能与 nil 进行相等性测试的问题。
  • 修复发送消息后,AVIMConversationQuery 缓存中的 lastMessage 未及时更新的问题;