1
0
Fork 0
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:
Ming Rui Zhang 2020-11-04 14:50:47 -05:00
parent 087d234836
commit a3c6e262bd

View file

@ -489,6 +489,8 @@ MessagesAdapter::newInteraction(const QString& accountId,
void
MessagesAdapter::updateDraft()
{
currentConvUid_.clear();
Utils::oneShotConnect(qmlObj_,
SIGNAL(sendMessageContentSaved(const QString&)),
this,