Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/settings-sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
default: patch
---

Exclude enterForNewline from cross-device settings sync.
2 changes: 2 additions & 0 deletions src/app/utils/settingsSync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export const NON_SYNCABLE_KEYS = new Set<keyof Settings>([
'memberSortFilterIndex',
// Developer / diagnostic
'developerTools',
// Input behaviour — mobile disables enter-for-newline; syncing would override that
Comment thread
Just-Insane marked this conversation as resolved.
Outdated
'enterForNewline',
Comment thread
Just-Insane marked this conversation as resolved.
Outdated
// Sync toggle itself must never be uploaded (it's device-local)
'settingsSyncEnabled',
]);
Expand Down
Loading