Remove sending part of the multipart emoji workaround (#4361)

This commit is contained in:
Mm2PL
2023-02-09 16:45:53 +01:00
committed by GitHub
parent 829c48d79a
commit d38187f794
6 changed files with 12 additions and 15 deletions
+3
View File
@@ -84,6 +84,9 @@ namespace {
for (const auto jsonMessage : jsonMessages)
{
auto content = jsonMessage.toString();
// For explanation of why this exists, see src/providers/twitch/TwitchChannel.hpp,
// where these constants are defined
content.replace(COMBINED_FIXER, ZERO_WIDTH_JOINER);
auto message =