mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Bump flatpak dependency
This commit is contained in:
parent
df65093374
commit
29cb065102
2 changed files with 5 additions and 5 deletions
|
@ -146,9 +146,9 @@
|
||||||
"name": "mtxclient",
|
"name": "mtxclient",
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"sha256": "6334bb71821a0fde54fe24f02ad393cdb6836633557ffdd239b29c5d5108daaf",
|
"commit": "744018c86a8094acbda9821d6d7b5a890d4aac47",
|
||||||
"type": "archive",
|
"type": "git",
|
||||||
"url": "https://github.com/Nheko-Reborn/mtxclient/archive/eddd95a896fad0c51fc800741d82bbc43fc6d41e.tar.gz"
|
"url": "https://github.com/Nheko-Reborn/mtxclient.git"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -230,9 +230,9 @@ CallManager::handleEvent(const RoomEvent<CallInvite> &callInviteEvent)
|
||||||
return std::tolower(c1) == std::tolower(c2);
|
return std::tolower(c1) == std::tolower(c2);
|
||||||
}) != sdp.cend();
|
}) != sdp.cend();
|
||||||
|
|
||||||
nhlog::ui()->debug(std::string("WebRTC: call id: {} - incoming ") +
|
nhlog::ui()->debug("WebRTC: call id: {} - incoming {} CallInvite from {}",
|
||||||
(isVideo ? "video" : "voice") + " CallInvite from {}",
|
|
||||||
callInviteEvent.content.call_id,
|
callInviteEvent.content.call_id,
|
||||||
|
(isVideo ? "video" : "voice"),
|
||||||
callInviteEvent.sender);
|
callInviteEvent.sender);
|
||||||
|
|
||||||
if (callInviteEvent.content.call_id.empty())
|
if (callInviteEvent.content.call_id.empty())
|
||||||
|
|
Loading…
Reference in a new issue