a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[backend/libmfm] Improve custom emoji regex

+1 -1
+1 -1
Iceshrimp.Backend/Core/Helpers/LibMfm/Parsing/MfmParser.cs
··· 457 457 internal class EmojiCodeNodeParser : INodeParser 458 458 { 459 459 private const string Char = ":"; 460 - private static readonly Regex Full = new("^[a-z0-9_+-]+$"); 460 + private static readonly Regex Full = new("^[^.@\\s]+$"); 461 461 462 462 public bool IsValid(string buffer, int position) 463 463 {