mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 06:09:39 +00:00
change last notify id sooner
This commit is contained in:
parent
915f797c67
commit
b80aff9c55
1 changed files with 3 additions and 2 deletions
|
|
@ -55,6 +55,9 @@ void RemoteConferenceEventHandlerPrivate::simpleNotifyReceived (const string &xm
|
|||
|
||||
IdentityAddress entityAddress(confInfo->getEntity().c_str());
|
||||
if (entityAddress == chatRoomId.getPeerAddress()) {
|
||||
if (confInfo->getVersion().present())
|
||||
lastNotify = confInfo->getVersion().get();
|
||||
|
||||
if (confInfo->getConferenceDescription().present()) {
|
||||
if (confInfo->getConferenceDescription().get().getSubject().present() &&
|
||||
!confInfo->getConferenceDescription().get().getSubject().get().empty()
|
||||
|
|
@ -79,8 +82,6 @@ void RemoteConferenceEventHandlerPrivate::simpleNotifyReceived (const string &xm
|
|||
confListener->onConferenceKeywordsChanged(keywords);
|
||||
}
|
||||
}
|
||||
if (confInfo->getVersion().present())
|
||||
lastNotify = confInfo->getVersion().get();
|
||||
|
||||
if (!confInfo->getUsers().present())
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue