We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e707058 commit ac2d6a9Copy full SHA for ac2d6a9
backend/PyMatcha/models/message.py
@@ -53,8 +53,6 @@ def create(
53
) -> Message:
54
if not timestamp:
55
timestamp = datetime.utcnow()
56
- if not seen_timestamp:
57
- seen_timestamp = datetime.utcnow()
58
new_message = Message(
59
from_id=from_id,
60
to_id=to_id,
0 commit comments