Caleb Contreras
Caleb Contreras
Making a post with a PNG image it will throw the following error: ``` await threadsAPI.publish({ text: '🤖 test', image: 'https://i.imgur.com/HyfKL15.png', }); ``` ``` # rest of response ..... data:...
[BUG] Sidebar Stream Thumbnails not showing thumbnails on streamers with non-English Display Name.
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest nightly version - [X] I am using...
In #149 it was added the possibility to add `parentPost` to the `publish` method by using `getPostIDfromURL` and `getPostIDfromThreadID` either the URL or ThreadID. Like this: ``` # Passing ThreadID...