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 B
to that group channel - At
Tab 2
,User B
can seeHi, User B
message - At
Tab 1
, inviteUser C
join the channel - (Expected) At
Tab 3
,User C
can seeHi, User B
message - (Unexpected) At
Tab 3
, navigate tohttp://localhost:3000/group-channel-local-caching
,User C
cannot see any past messages.