diff --git a/Iceshrimp.Backend/Core/Helpers/LibMfm/Parsing/MfmParser.cs b/Iceshrimp.Backend/Core/Helpers/LibMfm/Parsing/MfmParser.cs index 47ad4c7a..da4644d1 100644 --- a/Iceshrimp.Backend/Core/Helpers/LibMfm/Parsing/MfmParser.cs +++ b/Iceshrimp.Backend/Core/Helpers/LibMfm/Parsing/MfmParser.cs @@ -457,7 +457,7 @@ internal class SilentLinkNodeParser : INodeParser internal class EmojiCodeNodeParser : INodeParser { private const string Char = ":"; - private static readonly Regex Full = new("^[a-z0-9_+-]+$"); + private static readonly Regex Full = new("^[^.@\\s]+$"); public bool IsValid(string buffer, int position) {