msgbyte / tailchat

Next generation noIM application in your own workspace, not only another Slack/Discord/Rocket.chat

Home Page:https://tailchat.msgbyte.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

期望能增加已读未读功能 || It is hoped that the read and unread function can be added

zhiling00 opened this issue · comments

期望能增加已读未读功能


It is hoped that the read and unread function can be added

are you talking about message level read/unread?

我觉得他是在说

image

这种玩意

i think so

参考matrix的实现
这个需求应该就给每个人在每个房间加一个“最后阅读”的信息id记录
然后显示每个人的已读位置就行


Refer to the implementation of matrix
This requirement should be to add a "last read" information ID record to each room for each person.
Then just display everyone’s read position

its heavy, if a channel has 10000 member. every time load should read 10000 member's progress data.

and if people read last message and not read middle message, its will incorrect