Skip to content

Commit

Permalink
fix: channelchat.message topic version
Browse files Browse the repository at this point in the history
should be `1`, but was `v1`
  • Loading branch information
pajlada committed Jan 26, 2024
1 parent 091301e commit 9c78d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const NotificationHandlers NOTIFICATION_HANDLERS{
},
},
{
{"channel.chat.message", "v1"},
{"channel.chat.message", "1"},
[](const auto &metadata, const auto &jv, auto &listener) {
auto oPayload = parsePayload<
eventsub::payload::channel_chat_message::v1::Payload>(jv);
Expand Down

0 comments on commit 9c78d6c

Please sign in to comment.