From 0aeb0027201697ef3452574d6949edde66ed81ca Mon Sep 17 00:00:00 2001
From: af8a524db1 <34442754+af8a524db1@users.noreply.github.com>
Date: Fri, 4 Jan 2019 10:10:02 +0100
Subject: [PATCH] Enable notifications from strangers by default (#3327)
Notifications from strangers are disabled by default in order to cope
with spam. On the other hand, this complicates contacting other users
for the first time, which leads to a bad user experience.
---
src/main/res/values/defaults.xml | 2 +-
src/quicksy/res/values/defaults.xml | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index 8e289f9c8..b5e32a639 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -3,7 +3,7 @@
Phone
true
false
- false
+ true
false
false
false
diff --git a/src/quicksy/res/values/defaults.xml b/src/quicksy/res/values/defaults.xml
index 0df07006b..045e125f3 100644
--- a/src/quicksy/res/values/defaults.xml
+++ b/src/quicksy/res/values/defaults.xml
@@ -1,4 +1,3 @@
- true
-
\ No newline at end of file
+