WIP: feat/upstream-sync #104

Closed
jabber.developer2 wants to merge 54 commits from feat/upstream-sync into master
60 changed files with 1333 additions and 631 deletions
Showing only changes of commit 6d8942972f - Show all commits

View File

@@ -438,8 +438,6 @@ _show_muc_privacy(ProfMucWin* mucwin)
{
int bracket_attrs = theme_attrs(THEME_TITLE_BRACKET);
int encrypted_attrs = theme_attrs(THEME_TITLE_ENCRYPTED);
int trusted_attrs = theme_attrs(THEME_TITLE_TRUSTED);
int untrusted_attrs = theme_attrs(THEME_TITLE_UNTRUSTED);
if (mucwin->is_omemo) {
wprintw(win, " ");
@@ -454,6 +452,8 @@ _show_muc_privacy(ProfMucWin* mucwin)
wattroff(win, bracket_attrs);
#ifdef HAVE_OMEMO
int trusted_attrs = theme_attrs(THEME_TITLE_TRUSTED);
int untrusted_attrs = theme_attrs(THEME_TITLE_UNTRUSTED);
if (mucwin->omemo_trusted) {
wprintw(win, " ");
wattron(win, bracket_attrs);