Hi, Seem Chat history not working with local caching.
Steps:
- Open sample app from
https://github.com/sendbird/sendbird-chat-sample-react(replace your own application id) - Open three tab at browser
http://localhost:3000/group-channel - Setup following users
-
Tab 1→User A -
Tab 2→User B -
Tab 3→User C
-
- At
Tab 1, create group channel with User B - At
Tab 1, send text messageHi, User Bto that group channel - At
Tab 2,User Bcan seeHi, User Bmessage - At
Tab 1, inviteUser Cjoin the channel - (Expected) At
Tab 3,User Ccan seeHi, User Bmessage - (Unexpected) At
Tab 3, navigate tohttp://localhost:3000/group-channel-local-caching,User C
cannot see any past messages.