mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-21 21:52:03 +02:00
messagesadapter: clear cached convId when existing message web view
Change-Id: I332bebfbd035f6c928a7a8f1d4210ce8b491c7dd
This commit is contained in:
parent
087d234836
commit
a3c6e262bd
1 changed files with 2 additions and 0 deletions
|
@ -489,6 +489,8 @@ MessagesAdapter::newInteraction(const QString& accountId,
|
|||
void
|
||||
MessagesAdapter::updateDraft()
|
||||
{
|
||||
currentConvUid_.clear();
|
||||
|
||||
Utils::oneShotConnect(qmlObj_,
|
||||
SIGNAL(sendMessageContentSaved(const QString&)),
|
||||
this,
|
||||
|
|
Loading…
Add table
Reference in a new issue