mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Use https for the frankerfacez api
This commit is contained in:
parent
1654130dbc
commit
8272b0184d
|
@ -157,7 +157,7 @@ void EmoteManager::reloadFFZChannelEmotes(const QString &channelName,
|
||||||
{
|
{
|
||||||
printf("[EmoteManager] Reload FFZ Channel Emotes for channel %s\n", qPrintable(channelName));
|
printf("[EmoteManager] Reload FFZ Channel Emotes for channel %s\n", qPrintable(channelName));
|
||||||
|
|
||||||
QString url("http://api.frankerfacez.com/v1/room/" + channelName);
|
QString url("https://api.frankerfacez.com/v1/room/" + channelName);
|
||||||
|
|
||||||
util::NetworkRequest req(url);
|
util::NetworkRequest req(url);
|
||||||
req.setCaller(QThread::currentThread());
|
req.setCaller(QThread::currentThread());
|
||||||
|
|
Loading…
Reference in a new issue