mattermost / mattermost-plugin-legal-hold

Plugin to create and manage legal holds in Mattermost
Other
5 stars 2 forks source link

Adapt GetChannelMetadataForIDs to support MYSQL (replace split_part) #66

Closed sadohert closed 3 weeks ago

sadohert commented 1 month ago

Update this line to add support for MYSQL:

https://github.com/sadohert/mattermost-plugin-legal-hold/blob/06410e3b3276e8b258a3a9b7a41b5c659903c623/server/store/sqlstore/legal_hold.go#L192

Similar to what we do on this line:

https://github.com/sadohert/mattermost-plugin-legal-hold/blob/34139abca9a9b0644a8de0005fcc2358b09fc7c3/server/store/sqlstore/legal_hold.go#L31