mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
ephemeral timer to 1 second
This commit is contained in:
parent
30581e6d35
commit
7127e27278
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ ChatMessageModel::ChatMessageModel(const std::shared_ptr<linphone::ChatMessage>
|
|||
: ::Listener<linphone::ChatMessage, linphone::ChatMessageListener>(chatMessage, parent) {
|
||||
// lDebug() << "[ChatMessageModel] new" << this << " / SDKModel=" << chatMessage.get();
|
||||
mustBeInLinphoneThread(getClassName());
|
||||
mEphemeralTimer.setInterval(60);
|
||||
mEphemeralTimer.setInterval(1000);
|
||||
mEphemeralTimer.setSingleShot(false);
|
||||
if (mMonitor->getEphemeralExpireTime() != 0) mEphemeralTimer.start();
|
||||
mChatRoom = mMonitor->getChatRoom();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue