Store channel room ID as a string instead of an int

This commit is contained in:
Rasmus Karlsson
2017-07-02 15:12:00 +02:00
parent 3e91340788
commit 5245cfacd1
3 changed files with 6 additions and 7 deletions
+4
View File
@@ -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