mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
jamiaccount: add deviceId to volatile properties
Change-Id: Iccd0713416eddcada8085e94a4921362ac6a2448
This commit is contained in:

committed by
Aline Gondim Santos

parent
3d3a8f67ce
commit
7aaad7bbe4
@ -1344,7 +1344,11 @@ JamiAccount::getVolatileAccountDetails() const
|
||||
a.emplace(libjami::Account::ConfProperties::PROXY_SERVER, proxyServerCached_);
|
||||
a.emplace(libjami::Account::VolatileProperties::DEVICE_ANNOUNCED,
|
||||
deviceAnnounced_ ? TRUE_STR : FALSE_STR);
|
||||
|
||||
if (accountManager_) {
|
||||
if (auto info = accountManager_->getInfo()) {
|
||||
a.emplace(libjami::Account::ConfProperties::DEVICE_ID, info->deviceId);
|
||||
}
|
||||
}
|
||||
return a;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user