Guys, I have an issue with the
Madhouse Messenger plugin (unsupported anymore).
Every
new message received by the user, gets duplicated in the inbox and also in the backend (see screens).
Screen1Screen2From what I understand, the issue appeared in
Osclass v3.7.3 because of
this commit.
At the time, the developer fixed the issue by releasing an update, which worked fine.
The problem is that with the release of
Osclass v3.7.4 the bug returned.
My question is, what was the change in v3.7.4 (also in v3.8.0) that made the bug reappear and what could I do to fix it?
Thanks!
---------------------------------------------------------------------------
Edit: Gosh, I've never seen a plugin so complex as this one.
It's like a framework on top of another framework (1757 files)...
I've compared the 2 versions of the plugin (the one with the bug, and the one with the fix) and I can't see any difference in the code, and that's because the fix is external, as the plugin has a bunch of external dependencies.
It has a
composer.lock file with:
"name": "madhouse/utils",
"version": "1.25.3-rc.1",
"source": {
"type": "git",
"url": "git@bitbucket.org:muchmuch/madhouse_utils.git",
"reference": "ef65674d4fab42955b00a007690b597cff603e0d"
}
So I guess I'm out of luck on this one.
Also, I've noticed that by reverting
this commit, the bug goes away.
Could this cause any issues with other parts of the Osclass core?