Blind chat message is public instead since v11
I've updated to v11 today from v10.303 and now my blind chat messages aren't working anymore and I cannot figure out why.
Extra confusingly, just adding the "blind: true", causes the message to become a public message, rather than the private gm message it's based on.
chatMessage = ChatMessage.create({
speaker: speaker,
content: html,
whisper: game.users.filter(u => u.isGM),
blind: true
});
Do any of you happen to have any pointers?
Thanks in advance 🙂
Edit: I failed to mention that I have looked at the v11 breaking changes and didn't see anything that should have affected this2 Replies
I don't think Foundry ever did anything too special with non-roll messages. It should respect the whisper recipient part and that's it.
Fair. Mostly don't understand why it worked on v10 and has stopped working on v11 :S
Ps during another session (without updating Foundry or modules etc.), the whisper did start working again magically. Don't know why.
Kinda forgot to update this, as this was a few days after this post and I honestly expected noone would still reply to this post. So thanks for your replay anyway 🙂
(However, the blind part is still not working for whatever reason)