Правка импорта
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user