Describe the bug
Dice rolls to FoundryVTT v13 don't show the character name when the roll is a public roll, only the foundry user name.
To Reproduce
Steps to reproduce the behavior:
- Load dndbeyond and foundry
- Set "Whisper rolls" to "Ask every time"
- Make a roll in "Whisper roll" mode
- Make a roll in "Public roll" mode
- In the dice roll chat messages, the whispered roll shows with the character name as title and the foundry user name as subtitle. The public roll shows just the foundry user name as title and no subtitle
Expected behavior
Both rolls show the character name as title with the foundry user name a subtitle
Screenshots
Whisper roll

Public roll

Browser Info (please complete the following information):
- Browser: Chrome, version: 145.0.7632.160
- Foundry Version: 13.351
- Beyond 20 Version: 2.17.1
Additional context
Non-whisper rolls are set to OOC messages in src/fvtt/page-script.js, _postChatMessage().

Then later on in the function, it is updated to ROLL when foundry version is under 13

The v13 check was added here: f2e2112#diff-771290a0869d30f1ab810ec4753fcef7b758882abc55b0dc15ebaa37ae687656R183
Loaded it up in dev, removing the if (!fvtt_isNewer(fvttVersion, "13")) check and the rolls displayed correctly

Describe the bug
Dice rolls to FoundryVTT v13 don't show the character name when the roll is a public roll, only the foundry user name.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Both rolls show the character name as title with the foundry user name a subtitle
Screenshots

Whisper roll
Public roll

Browser Info (please complete the following information):
Additional context


Non-whisper rolls are set to
OOCmessages insrc/fvtt/page-script.js,_postChatMessage().Then later on in the function, it is updated to
ROLLwhen foundry version is under 13The v13 check was added here: f2e2112#diff-771290a0869d30f1ab810ec4753fcef7b758882abc55b0dc15ebaa37ae687656R183
Loaded it up in dev, removing the

if (!fvtt_isNewer(fvttVersion, "13"))check and the rolls displayed correctly