You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that Text: ${message} string template resolves to "Text: " .. tostring(message) even if type of message is string.
It would be great to get rid of that if there's any easy fix :)
Hey,
I've noticed that
Text: ${message}string template resolves to"Text: " .. tostring(message)even if type of message is string.It would be great to get rid of that if there's any easy fix :)
Best regards