-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forces oauther library version that deals with OTP 24
The newest versions of OTP do not have `:crypto.hmac/3` anymore and this has broken TIL integration with Twitter since the last big app bump to use OTP 24. `extwitter` library uses `oauther` which does not have changed the `:crypto.mac/4` yet, so we're going to use this hot fix branch for now. For reference: lexmag/oauther#22 parroty/extwitter#140
- Loading branch information
1 parent
aaa44e8
commit 100fe91
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters