jupyterlab / jupyter-chat

An extension to add a chat panel to JupyterLab
https://jupyter-chat.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Use the server time in collaborative chat #26

Closed brichet closed 5 months ago

brichet commented 5 months ago

Fix #23

With this PR the time of the message is updated with the time of the server, when the message is added in the collaborative document. This increases reliability of the timestamp by using a unique source.

It also add a * and a tooltip on the time if it has not been updated, using a new raw_time key in IChatMessage.