Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the api_cookie value as the `d` cookie if no keys are specified | Trygve Aaberge | 2024-02-18 | 1 | -0/+10 |
| | | | | | | Usually, only the `d` cookie is needed, so this allows you to only specify the value of that cookie without the key if you don't need to set any other cookies. | ||||
* | URL encode cookies if not encoded | Trygve Aaberge | 2024-02-18 | 1 | -0/+11 |
The cookies need to be encoded for the Slack API to accept them, so this makes it work if the config is set with cookies that are not encoded. |