Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.1987
Browse files Browse the repository at this point in the history
It is based on:
* psi: 257a7e84
* plugins: 7a65467
* psimedia: 478567e
* resources: e32ef4b
  • Loading branch information
tehnick committed Jun 20, 2024
1 parent c9a3d4c commit 295a98f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/vcardfactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "profiles.h"
#include "psiaccount.h"

#include "xmpp/xmpp-im/xmpp_caps.h"
// #include "xmpp/xmpp-im/xmpp_caps.h"
#include "xmpp/xmpp-im/xmpp_pubsubitem.h"
#include "xmpp/xmpp-im/xmpp_serverinfomanager.h"
#include "xmpp/xmpp-im/xmpp_vcard4.h"
Expand Down Expand Up @@ -414,6 +414,11 @@ void VCardRequest::executePubSub(PsiAccount *pa)
if (task->success()) {
if (!task->items().empty()) {
d->vcard = VCard4::VCard(task->items().last().payload());
} else {
if (ppa) {
executeVCardTemp(ppa);
return;
}
}
} else if (!task->error().isCancel()
|| task->error().condition != XMPP::Stanza::Error::ErrorCond::ItemNotFound) {
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1986 (2024-06-20, 5593ef50)
1.5.1987 (2024-06-20, 257a7e84)

0 comments on commit 295a98f

Please sign in to comment.