mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Remove pessemistic move
This commit is contained in:
parent
3a9de8cb86
commit
a716e93112
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ void PubSub::listenToWhispers(std::shared_ptr<TwitchAccount> account)
|
||||||
|
|
||||||
std::vector<std::string> topics({"whispers." + userID});
|
std::vector<std::string> topics({"whispers." + userID});
|
||||||
|
|
||||||
this->listen(std::move(createListenMessage(topics, account)));
|
this->listen(createListenMessage(topics, account));
|
||||||
|
|
||||||
if (ec) {
|
if (ec) {
|
||||||
Log("Unable to send message to websocket server: {}", ec.message());
|
Log("Unable to send message to websocket server: {}", ec.message());
|
||||||
|
|
Loading…
Reference in a new issue