Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.1935
Browse files Browse the repository at this point in the history
It is based on:
* psi: 3b0f31e5
* plugins: 7a65467
* psimedia: 478567e
* resources: e32ef4b
  • Loading branch information
tehnick committed May 29, 2024
1 parent 9f396a7 commit d520d79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/infodlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "iris/xmpp_vcard.h"
#include "lastactivitytask.h"
#include "msgmle.h"
#include "pepmanager.h"
#include "psiaccount.h"
#include "psioptions.h"
#include "psirichtext.h"
Expand Down Expand Up @@ -332,6 +333,14 @@ InfoWidget::InfoWidget(int type, const Jid &j, const VCard &vcard, PsiAccount *p
updateNick();
}
});
if (!gcc) {
connect(d->pa->pepManager(), &PEPManager::itemPublished, this,
[this](const Jid &jid, const QString &n, const PubSubItem &item) {
if (this->jid().compare(jid, false)) {
doRefresh();
}
});
}
m_ui.te_status->setReadOnly(true);
m_ui.te_status->setAcceptRichText(true);
PsiRichText::install(m_ui.te_status->document());
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1934 (2024-05-27, 2ef66ea0)
1.5.1935 (2024-05-29, 3b0f31e5)

0 comments on commit d520d79

Please sign in to comment.