UserId and Message creatorId is not same

Hey, @amitysupport I’m working on the amity chat integration using typescript sdk 0.0.1-beta.39. I’ve done some logic using userId and message creatorId it was working as expected. Unfortunately today the logic broke the reason for the issue is the creatorId and userId is miss matching. I’ve already passed the userId when I’m connecting with the sdk but I’m getting the wrong creatorId.

The below image has userId
image

This image has message creatorId

Hi @sarathdixit

  • it may be cached in your local storage - did you logged in as #8299c0 before 2934?
  • which function did you use to get this error?

Thank you