feat: add week 3 audio and timeline enhancements
This commit is contained in:
@@ -109,7 +109,11 @@ async def create_reading_event(
|
||||
value={
|
||||
"story_id": story.id,
|
||||
"title": story.title,
|
||||
"mode": story.mode,
|
||||
"image_url": story.image_url,
|
||||
"event_type": payload.event_type,
|
||||
"reading_time": payload.reading_time,
|
||||
"source": "reading_event",
|
||||
},
|
||||
base_weight=weight,
|
||||
last_used_at=datetime.now(timezone.utc),
|
||||
|
||||
Reference in New Issue
Block a user