I'm trying to implement a global chat, across multiple channels. I thought that's what Target.Broadcast would do, but it appears to only work within the current channel.
Am I just misunderstanding what Target.Broadcast is for? Is it working as intended? Or possibly I'm just using it wrong somehow.
Edit: Seems to be a bug. See below.