[books] Move book metadata into the log field

This commit is contained in:
2024-08-07 14:51:21 -03:00
parent adc10ab43b
commit b626ac583a
6 changed files with 68 additions and 12 deletions

View File

@ -85,7 +85,7 @@ class LifeEventMetadata(JSONMetadata):
participant_names: Optional[list[str]] = None
location: Optional[str] = None
geo_location_id: Optional[int] = None
details: Optional[str]
details: Optional[str] = None
def participants(self) -> list[str]:
participants = []