diff options
author | Paul Fariello <paul@fariello.eu> | 2019-03-14 22:05:47 +0220 |
---|---|---|
committer | Paul Fariello <paul@fariello.eu> | 2019-04-10 17:12:31 +0200 |
commit | a3897abba1e093aeab2b46bccded87485e518bb1 (patch) | |
tree | 59ba8739c7d43a316a75761be65cec563c5cd14f /src/ui | |
parent | 33b0b4642000166ca7f8033ac5ff2e2c6e7b4671 (diff) | |
download | profani-tty-a3897abba1e093aeab2b46bccded87485e518bb1.tar.gz |
Add MUC message decryption
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/win_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/win_types.h b/src/ui/win_types.h index 6fe2811a..498d9bbe 100644 --- a/src/ui/win_types.h +++ b/src/ui/win_types.h @@ -168,6 +168,7 @@ typedef struct prof_muc_win_t { gboolean unread_mentions; gboolean unread_triggers; gboolean showjid; + gboolean is_omemo; unsigned long memcheck; char *enctext; char *message_char; |