forked from blue/squawk
feat: omemo signal lib wip
This commit is contained in:
parent
08fe37bfb2
commit
442ad37300
34 changed files with 745 additions and 262 deletions
|
@ -437,7 +437,7 @@ void Conversation::onFeedContext(const QPoint& pos)
|
|||
}
|
||||
|
||||
void Conversation::openEncryptionSettings() {
|
||||
auto cs = new ContactSettings(this);
|
||||
auto cs = new ContactSettings(palJid, this);
|
||||
|
||||
cs->setAttribute(Qt::WA_DeleteOnClose);
|
||||
cs->show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue