Dan Caseley
Dan Caseley
Looking at https://github.com/mikepenz/action-junit-report/blob/9379f0ccddcab154835d4e2487555ee79614fe95/src/testParser.ts#L226-L236, try setting the `suite_regex` to `'*'` ?
> MoodIntegrationTest.testNotificationAfterFilterChange (Normal) to > MoodIntegrationTest.XEP-0107: User Mood/MoodIntegrationTest.testNotificationAfterFilterChange (Normal) Which is more information, but unsure if it's actually nicer.
Worth updating the GitHub Action too, so that you get the checks to ✅ ?
It won't wait forever at the moment, but it will once this TODO is completed: https://github.com/igniterealtime/openfire-monitoring-plugin/blob/b3fed324aaad06646292e5eb0805340c5e212a5d/src/java/com/reucon/openfire/plugin/archive/xep0313/IQQueryHandler.java#L239
Perhaps less suboptimal following changes made in #140
We've got the "Archive stanzas for group chats" checkbox, that gets replaced with the inverse? > Optionally: add a checkbox that causes only the text, not the entire stanza, to...
Are you using a clustered Openfire setup?
What version of Miranda are you using? There was some better support for Message Archiving added in the latest version, IIRC
Can't reproduce this following #360 - close?
I tried reproducing this in a containerised environment. Using the sqlserver folder of https://github.com/Fishbowler/openfire-docker-compose/tree/b1d0b0a18c9d220cffb0497adeb54bedddbad989 and the current Openfire 4.8 nightly, I can't reproduce it. I note the IQListHandler in the...