do not set <no-permanent-storage/> hint for GPG encrypted messages. Fixes #8123
This commit is contained in:
parent
5b67a32ca0
commit
23ee168a91
1 changed files with 0 additions and 2 deletions
|
@ -427,8 +427,6 @@ class CommonConnection:
|
|||
|
||||
if msgenc:
|
||||
msg_iq.setTag(nbxmpp.NS_ENCRYPTED + ' x').setData(msgenc)
|
||||
msg_iq.addChild(name='no-permanent-store',
|
||||
namespace=nbxmpp.NS_MSG_HINTS)
|
||||
|
||||
if form_node:
|
||||
msg_iq.addChild(node=form_node)
|
||||
|
|
Loading…
Add table
Reference in a new issue