Added support for StreamElements' Overlay Key for TTS. Added emote support for stores. Reduced emotes sent to users.
This commit is contained in:
@@ -61,6 +61,7 @@ namespace HermesSocketServer.Socket.Handlers
|
||||
_mutex.ReleaseMutex();
|
||||
}
|
||||
|
||||
// TODO: multi-row inserts to increase database performance.
|
||||
int rows = 0;
|
||||
string sql = "INSERT INTO \"EmoteUsageHistory\" (timestamp, \"broadcasterId\", \"emoteId\", \"chatterId\") VALUES (@time, @broadcaster, @emote, @chatter)";
|
||||
using (var connection = await _database.DataSource.OpenConnectionAsync())
|
||||
|
||||
Reference in New Issue
Block a user