Skip to content

v1.1.4

Latest

Choose a tag to compare

@unified-ci-app unified-ci-app released this 03 Feb 14:49
54708a9

Supported Mattermost Server Versions: 6.2.1+

Enhancements

Fixes

  • 5eff41c fix: nil pointer error and 404 error on processed legal hold (#156)
    • fix nil pointer dereference in processor when processing Direct Messages or Group Messages that don't belong to a team
    • fix 404 errors for channel links in index.html by ensuring every indexed channel gets an HTML file, even if empty
    • add empty state message to templates when no messages exist during the legal hold period
  • 07d000c fix: include deleted channels when excluding public channels (#153)
    • fixed GetChannelIDsForUserDuring to use LEFT JOIN instead of INNER JOIN when filtering out public channels, this ensures deleted channels (which no longer exist in the Channels table) are still included in legal hold results.
    • previously, when includePublic was false, deleted private/group/DM channels were silently excluded due to the INNER JOIN.