[store] hide nsfw content behind spoiler

This commit is contained in:
Andriy
2023-01-02 23:31:05 +02:00
parent 996147436b
commit ff78d8e2ae
5 changed files with 26 additions and 7 deletions
@@ -45,7 +45,8 @@ public abstract class AbstractKittiesService : IRandomMediaService
return new RandomMedia(
new InputFile(await response.Content.ReadAsStreamAsync()),
new HtmlString().Url(videoSource, videoTitle).ToString()
new HtmlString().Url(videoSource, videoTitle).ToString(),
true
);
}