
If I have send both these initial messages myself and they both got no reply. How are they than marked as unread?
Comment | File | Size | Author |
---|---|---|---|
2018-06-06_12-52-11.png | 50.21 KB | Taco Potze |
If I have send both these initial messages myself and they both got no reply. How are they than marked as unread?
Comment | File | Size | Author |
---|---|---|---|
2018-06-06_12-52-11.png | 50.21 KB | Taco Potze |
Comments
Comment #2
Taco PotzeComment #3
jaapjan CreditAttribution: jaapjan for Open Social commentedComment #4
lexhoukPR work in progress here:
https://github.com/goalgorilla/open_social/pull/1185
Comment #5
lexhoukComment #6
kingdutchComment #7
jaapjan CreditAttribution: jaapjan for Open Social commentedNote: this will not solve the issue for people with existing installs who run
composer update goalgorilla/open_social --with-all-dependencies
because the version of private message is not updated the new patch won't be found and applied.Doing a
rm -rf html/modules/contrib/private_message
before running composer update works :-) Will merge it anyway because it solves the issue. But for existing installs this extra step is required. I'm not aware of any other work-around :-)