David Miles
David Miles
#125: When using `Find-SlackMessage` with the `Raw` switch, the `link` property is added twice and throws an exception.
The `-Raw` switch on `Find-SlackMessage` doesn't work because of the following lines of code in Find-SlackMessage.ps1 (110-111): ``` if($Raw) { $link = "$($Script:PSSlack.ArchiveUri)/$($response.channel)/p$($response.ts -replace '\.')" $response | Add-Member -MemberType NoteProperty...
This is occurring with Apache 2.4.6 running on CentOS 7 (RHEL7, 2.4.6-97.el7.1), and browsing in Microsoft Edge 109.0.1518.70 (Jan 26, 2023) (didn't check with Chrome, but I'm sure it's not...