What does this PR do? This PR fixes rendering of usernames containing custom emojis in the "Welcome Back, ${username}" toast message by wrapping the MkToast
message in an Mfm
tag. The plain
argument for the m makes sure that for example "\n" won't get converted to a br
element.
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines
Before:
After: