We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e91bbb commit 4b34bf4Copy full SHA for 4b34bf4
packages/jupyterlab-collaborative-chat/jupyterlab_collaborative_chat/ychat.py
@@ -119,8 +119,7 @@ def _timestamp_new_messages(self, event: ArrayEvent) -> None:
119
# flag is set to False after first reading.
120
if self.dirty:
121
return
122
- # timestamp: float = time.time()
123
- timestamp: float = 1715619678
+ timestamp: float = time.time()
124
index = 0
125
inserted_count = -1
126
deleted_count = -1
0 commit comments