Default auto-dm-decrypt to true

This commit is contained in:
Jack Kingsman
2026-04-01 15:58:15 -07:00
parent 5653a43941
commit 1fd281121b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -805,7 +805,7 @@ class AppSettings(BaseModel):
default_factory=list, description="List of favorited conversations"
)
auto_decrypt_dm_on_advert: bool = Field(
default=False,
default=True,
description="Whether to attempt historical DM decryption on new contact advertisement",
)
sidebar_sort_order: Literal["recent", "alpha"] = Field(