Skip to content

Commit 4b34bf4

Browse files
committed
Remove the fixed timestamp used for testing
1 parent 8e91bbb commit 4b34bf4

File tree

1 file changed

+1
-2
lines changed
  • packages/jupyterlab-collaborative-chat/jupyterlab_collaborative_chat

1 file changed

+1
-2
lines changed

packages/jupyterlab-collaborative-chat/jupyterlab_collaborative_chat/ychat.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ def _timestamp_new_messages(self, event: ArrayEvent) -> None:
119119
# flag is set to False after first reading.
120120
if self.dirty:
121121
return
122-
# timestamp: float = time.time()
123-
timestamp: float = 1715619678
122+
timestamp: float = time.time()
124123
index = 0
125124
inserted_count = -1
126125
deleted_count = -1

0 commit comments

Comments
 (0)