Navigation Menu

Skip to content

Renderings (@r) are discarded #1237

Answered by nblumhardt
nightkr asked this question in Help
Discussion options

You must be logged in to vote

Hi Teo, thanks for getting in touch.

The @r field is only consulted/will only be preserved when properties in the message template include custom format specifiers.

So, if the template is:

"Counter is {N}"

then no @r property should be sent (it will be ignored).

If the template is:

Counter is {N:000}

then an @r property containing an array with a rendering for N will be accepted/consulted.

Does this match the behavior you're observing?

Best regards,
Nick

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@nightkr
Comment options

@nblumhardt
Comment options

@nightkr
Comment options

Answer selected by nightkr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants