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.
This commit is contained in:
af8a524db1 2019-01-04 10:10:02 +01:00 committed by Daniel Gultsch
parent b9952f27fd
commit 0aeb002720
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<string name="default_resource">Phone</string>
<bool name="portrait_only">true</bool>
<bool name="enter_is_send">false</bool>
<bool name="notifications_from_strangers">false</bool>
<bool name="notifications_from_strangers">true</bool>
<bool name="headsup_notifications">false</bool>
<bool name="dnd_on_silent_mode">false</bool>
<bool name="treat_vibrate_as_silent">false</bool>

View File

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="notifications_from_strangers">true</bool>
</resources>
</resources>