aboutsummaryrefslogtreecommitdiff
path: root/libdino/data
diff options
context:
space:
mode:
authorfiaxh <git@mx.ax.lt>2017-05-30 22:31:05 +0200
committerfiaxh <git@mx.ax.lt>2017-05-30 22:33:33 +0200
commit387433ebb9bab442502f812e0364111f37270bcb (patch)
tree5dba69992da0a402380d7bde27433c750f5be920 /libdino/data
parent3a8df2069eba3a5a4174749fc46a6698c1877ec1 (diff)
downloaddino-387433ebb9bab442502f812e0364111f37270bcb.tar.gz
dino-387433ebb9bab442502f812e0364111f37270bcb.zip
Notifications + typing notifications + message marker settings per conversation
Diffstat (limited to 'libdino/data')
-rw-r--r--libdino/data/dino.gschema.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/libdino/data/dino.gschema.xml b/libdino/data/dino.gschema.xml
index f3d342cf..19cad0e4 100644
--- a/libdino/data/dino.gschema.xml
+++ b/libdino/data/dino.gschema.xml
@@ -1,9 +1,19 @@
<schemalist>
<schema id="org.dino-im" path="/org/dino-im/" gettext-domain="dino">
- <key name="send-read" type="b">
+ <key name="send-typing" type="b">
<default>true</default>
- <summary>Whether to confirm that a message was received per default</summary>
+ <summary>Whether to send typing notifications</summary>
+ </key>
+
+ <key name="send-marker" type="b">
+ <default>true</default>
+ <summary>Whether to confirm that a message was received or read</summary>
+ </key>
+
+ <key name="notifications" type="b">
+ <default>true</default>
+ <summary>Whether to get notifications</summary>
</key>
<key name="convert-utf8-smileys" type="b">