emacs-slack
emacs-slack copied to clipboard
Add support for downloading files with `xoxc` tokens
slack-url-copy-file
was not compatible with xoxc
tokens which
requires cookie to be present with the request. So this MR simply
fixes that.
I only tested these changes with an xoxc
token, so I'm not sure that
it works with other tokens that do not require the cookie but there
are no reasons for this to not work.
Note, this fixes #558
Please merge this PR bcs it's really useful fix :)
Please merge
I can confirm this fixes image downloading for me with an xoxc token.
another happy user, this fixes it for me :grinning:
Works for me to. Thank you @isamert