qiusuo-fuyuan / qiusuo-frontend

0 stars 0 forks source link

fetch the last read messages when user switch channel #78

Open ryan-zheng-teki opened 3 years ago

ryan-zheng-teki commented 3 years ago

User Story When user switch channel, we have to fetch again the last read messages. In this way, we could rerender the messages for this user in the channel

Optimization (1)Can we cache the message for the last read in local cache? Fetch only happens when user click new messages?