mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fix channel.chat.message subscription version
This commit is contained in:
parent
2db096d59e
commit
71bd1ed2a9
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ public:
|
||||||
condition.insert("user_id", sourceUserID);
|
condition.insert("user_id", sourceUserID);
|
||||||
|
|
||||||
getHelix()->createEventSubSubscription(
|
getHelix()->createEventSubSubscription(
|
||||||
"channel.chat.message", "v1", sessionID, condition,
|
"channel.chat.message", "1", sessionID, condition,
|
||||||
[roomID](const auto &response) {
|
[roomID](const auto &response) {
|
||||||
qDebug() << "Successfully subscribed to "
|
qDebug() << "Successfully subscribed to "
|
||||||
"channel.chat.message in "
|
"channel.chat.message in "
|
||||||
|
|
Loading…
Reference in a new issue