Правка импорта

This commit is contained in:
Халимов Рустам
2026-04-06 22:35:54 +03:00
parent 1558b20470
commit d96e4ec7d4
3 changed files with 56 additions and 54 deletions

View File

@@ -102,7 +102,7 @@ internal sealed class GetSharedMediaQueryHandler : IQueryHandler<GetSharedMediaQ
if (filterType == "files")
{
return mType != "image" && mType != "video" && mType != "link";
return mType != "image" && mType != "video" && mType != "link" && !isGif;
}
if (filterType == "media")