More fields... related to encryption

This commit is contained in:
Scott Idem
2025-05-15 11:13:58 -04:00
parent 99a200907a
commit b489b72ff5

View File

@@ -96,6 +96,9 @@ class Journal_Base(BaseModel):
# passcode_write: Optional[str] # Used to write to the journal
# passcode_write_expire: Optional[int] # Number of seconds to expire the write passcode
private_passcode: Optional[str] # Used with the passcode to encrypt and decrypt the Journal Entries
public_passcode: Optional[str] # Used to allow external people to view a Journal Entry
sort_by: Optional[str]
sort_by_desc: Optional[bool]