Store channel room ID as a string instead of an int
This commit is contained in:
@@ -50,6 +50,10 @@ SharedMessage TwitchMessageBuilder::parse(const Communi::IrcPrivateMessage *ircM
|
||||
std::string roomID;
|
||||
if (iterator != std::end(tags)) {
|
||||
roomID = iterator.value().toString().toStdString();
|
||||
|
||||
if (channel->roomID.empty()) {
|
||||
channel->roomID = roomID;
|
||||
}
|
||||
}
|
||||
|
||||
// timestamps
|
||||
|
||||
Reference in New Issue
Block a user