Closed
Bug 1284428
Opened 9 years ago
Closed 9 years ago
Make page events be shown as part of the chat history
Categories
(Hello (Loop) :: Client, defect)
Hello (Loop)
Client
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: fcampo, Unassigned)
Details
Right now the page events (add, delete) are shown correctly on the chat only if they happened live, when both ends are connected.
When loading the history (e.g. entering a room late in the conversation, reloading the room webpage), all events are shown together, and after those, the chat is shown. This happens because:
- The page events and chat texts are stored in different databases.
- The room loads the different databases one after the other. First events, then chats.
| Reporter | ||
Comment 1•9 years ago
|
||
One possible approach would be to load all events and chats into a single array, and order it by timestamp, then show everything.
Comment 2•9 years ago
|
||
Support for Hello/Loop has been discontinued.
https://support.mozilla.org/kb/hello-status
Hence closing the old bugs. Thank you for your support.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•