Check for conversation conflicts before writing
This commit is contained in:
parent
58bdf36254
commit
0fd0fac262
5 changed files with 9 additions and 7 deletions
|
@ -8,5 +8,5 @@ function isStorageFeatureEnabled(): boolean {
|
|||
}
|
||||
|
||||
export function isStorageWriteFeatureEnabled(): boolean {
|
||||
return isStorageFeatureEnabled() && isEnabled('desktop.storageWrite2');
|
||||
return isStorageFeatureEnabled() && isEnabled('desktop.storageWrite3');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue