0.37.7
- It is likely that the ability to connect has been restored for some users
- Discord: supported custom emotes
- Discord: Updated instruction
- The increase or decrease in the number of viewers is highlighted in color
- Clicking on the total number of viewers opens the participants window
- Displays SSL version in log
- Minor improvements to appearance
- Developers, WebSocket, Discord: Implemented output of
extra
data of Discord message to the WebSocket. Example:
{
"author": {...},
"contents": [...],
"extra": {
"channel": {
"id": "1231312312312",
"name": "Test Channel",
"nsfw": false
},
"guild": {
"id": "123123123123",
"name": "Test Server"
}
},
"publishedAt": "2024-09-09T22:00:01.364",
"receivedAt": "2024-09-09T22:00:02.528"
}
- Developers, OutputToFile, Discord: Implemented output of
extra
data of Discord message to the OutputToFile. Example:
[1]
author=Author Name
author_id=discord_12312312312
message=Test Message
time=2024-09-09T21:50:32.055+03:00
service=discord
extra_channel_id=12312312312
extra_channel_name=Test Channel
extra_channel_nsfw=0
extra_guild_id=1232312312
extra_guild_name=Test Server