Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2022-09-13 23:19:17 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-09-13 23:19:17 +0300
commit10dd1c8a0cdd61613811a9192ad74f147875c3aa (patch)
tree56b7c146545c8672bab5a45fff3fea9a30f100a1
parent7901f148482b48cb2c0cf7e3cda6675b0ea0e8ee (diff)
cfix: Enable mark-as-read app action
Fixes #11128
-rw-r--r--gajim/gtk/const.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gajim/gtk/const.py b/gajim/gtk/const.py
index d5f439e0f..374f69ca7 100644
--- a/gajim/gtk/const.py
+++ b/gajim/gtk/const.py
@@ -261,6 +261,7 @@ ONLINE_ACCOUNT_ACTIONS = {
'server-info',
'services',
'sync-history',
+ 'mark-as-read',
}