Skip to content

Commit

Permalink
List 作らなくて良い
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Dec 30, 2024
1 parent c9087e4 commit d900cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sora/Sora.cs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ public void Connect(Config config)
}
if (m.Header != null)
{
c.SetHeader(new SoraConf.Internal.DataChannel.Header { content = new List<string>(m.Header) });
c.SetHeader(new SoraConf.Internal.DataChannel.Header { content = m.Header });
}
cc.data_channels.Add(c);
}
Expand Down

0 comments on commit d900cd2

Please sign in to comment.