allow message correction by default since security implications are negligible

Daniel Gultsch created

Conversations only allows correction of the *last* message. so nudging a message into oblivion by adding a message correction doesn't work. also conversations checks the fingerprint for encrypted messages

Change summary

src/main/java/eu/siacs/conversations/services/XmppConnectionService.java | 2 
src/main/res/xml/preferences.xml                                         | 2 
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

src/main/res/xml/preferences.xml 🔗

@@ -179,7 +179,7 @@
                     android:summary="@string/pref_remove_trusted_certificates_summary"
                     android:title="@string/pref_remove_trusted_certificates_title"/>
                 <CheckBoxPreference
-                    android:defaultValue="false"
+                    android:defaultValue="true"
                     android:key="allow_message_correction"
                     android:title="@string/pref_allow_message_correction"
                     android:summary="@string/pref_allow_message_correction_summary"/>