mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fix missing change from last commit
This commit is contained in:
parent
1f8b1eb740
commit
c13553bfcb
@ -631,7 +631,7 @@ sv_ev_incoming_message(ProfMessage *message)
|
||||
#ifndef HAVE_OMEMO
|
||||
if (message->encrypted) {
|
||||
if (chatwin->is_otr) {
|
||||
win_println((ProfWin*)chatwin, THEME_DEFAULT, '-', "PGP encrypted message received whilst in OTR session.");
|
||||
win_println((ProfWin*)chatwin, THEME_DEFAULT, "-", "PGP encrypted message received whilst in OTR session.");
|
||||
} else {
|
||||
_sv_ev_incoming_pgp(chatwin, new_win, message, TRUE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user