Don't change historical migrations (cruft from rebasing) and don't overwrite data

This commit is contained in:
Jack Kingsman
2026-04-02 13:21:21 -07:00
parent 5f969017f7
commit 93d31adecd
3 changed files with 75 additions and 6 deletions
+1 -1
View File
@@ -808,7 +808,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(