push-protocol/push-sdk

Chat Bug Fixes

Opened this issue · 1 comments

Chat Bug Fixes
  • chat.info can’t return meta as null, 0xb394F1aa30Ba874df3Ae6097bF4c2474b2d8F3AC uninitialised
  • user.info when user is not onboarded returns null
  • listType as REQUESTS when it should be UNINITIALIZED
  • chat.reject stream doesn’t work. how to replicate: start a chat but don’t accept, instead reject it. the stream doesn’t get called
  • incorrect stream event on send message, chat.request instead of chat.message
  • Event is not emitted on join group. Issue link
  • Fix Reaction send message documentation