Fix media placeholders and image cache
This commit is contained in:
@@ -35,6 +35,8 @@ public static class MessageTextSanitizer
|
||||
{
|
||||
return value?.Trim().ToLowerInvariant() switch
|
||||
{
|
||||
"\u043c\u0435\u0434\u0438\u0430" => true,
|
||||
"media" => true,
|
||||
"\u0444\u043e\u0442\u043e" => true,
|
||||
"photo" => true,
|
||||
"image" => true,
|
||||
|
||||
Reference in New Issue
Block a user