diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-11-05 18:17:23 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-11-05 18:17:23 +0100 |
commit | 913e40f114fb6e18f495ca65e5f332ef37a320f9 (patch) | |
tree | aed20724ce1d255113c46f2d565f5b8d480f5f82 /src/Config.cpp | |
parent | 7b2cd582f1f69f57c8f826ae8e0a7eadd6e33627 (diff) |
Matrix: add config option 'appear_online' to set online presence
Diffstat (limited to 'src/Config.cpp')
-rw-r--r-- | src/Config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Config.cpp b/src/Config.cpp index a17e883..e8f67f6 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -242,6 +242,7 @@ namespace QuickMedia { get_json_value(matrix_json, "room_description_font_size", config->matrix.room_description_font_size); get_json_value(matrix_json, "send_read_receipts", config->matrix.send_read_receipts); get_json_value(matrix_json, "send_typing_notifications", config->matrix.send_typing_notifications); + get_json_value(matrix_json, "appear_online", config->matrix.appear_online); } if(!has_known_matrix_homeservers_config) |