Daniel Brötzmann pushed to branch newcontrol at gajim / gajim


Commits:
c849307b by wurstsalat at 2022-07-12T17:47:10+02:00
Settings: Move GroupChatSetting to correct type

- - - - -


1 changed file:

- gajim/common/setting_values.py


Changes:

=====================================
gajim/common/setting_values.py
=====================================
@@ -383,13 +383,13 @@ class _ACCOUNT_DEFAULT:
     'notify_on_all_messages',
     'print_join_left',
     'print_status',
-    'send_chatstate',
     'send_marker',
 ]
 
 StringGroupChatSettings = Literal[
     'encryption',
     'speller_language',
+    'send_chatstate',
 ]
 
 IntGroupChatSettings = Literal[



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c849307b3c944adb08c21b4001130e73506474b1

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c849307b3c944adb08c21b4001130e73506474b1
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to