Handle read receipts on web ui
This commit is contained in:
@@ -89,7 +89,8 @@ function _MainMessageWidget(p: {
|
||||
return;
|
||||
}
|
||||
const messages = await MatrixApiEvent.GetRoomEvents(currentRoom);
|
||||
const mgr = new RoomEventsManager(currentRoom!, messages);
|
||||
const receipts = await MatrixApiRoom.RoomReceipts(currentRoom);
|
||||
const mgr = new RoomEventsManager(currentRoom!, messages, receipts);
|
||||
setRoomMgr(mgr);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user