mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
fetch conference events in the correct order
This commit is contained in:
parent
a8bd137c9d
commit
9449315cba
1 changed files with 1 additions and 1 deletions
|
|
@ -1390,7 +1390,7 @@ MainDb::MainDb (const shared_ptr<Core> &core) : AbstractDb(*new MainDbPrivate),
|
|||
);
|
||||
|
||||
if (event)
|
||||
events.push_back(event);
|
||||
events.push_front(event);
|
||||
else
|
||||
lWarning() << "Unable to fetch event: " << eventId;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue