mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-09 13:25:18 +00:00
use received_at for ingesting emails and feed generation (#22)
* use received_at for ingesting emails and feed generation * fix test
This commit is contained in:
@@ -9,6 +9,7 @@ class EntryBase(BaseModel):
|
||||
subject: str
|
||||
body: str
|
||||
message_id: str
|
||||
received_at: datetime.datetime | None = None
|
||||
|
||||
|
||||
class EntryCreate(EntryBase):
|
||||
|
||||
Reference in New Issue
Block a user