Set header in skip notification

This commit is contained in:
ConfusedPolarBear 2022-06-18 14:57:46 -05:00
parent e6eb779fbc
commit 1ca7a9ec86

View File

@ -160,6 +160,7 @@ public class AutoSkip : IServerEntryPoint
session.Id,
new MessageCommand()
{
Header = string.Empty, // some clients require header to be a string instead of null
Text = "Automatically skipped intro",
TimeoutMs = 2000,
},