mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[store] hide nsfw content behind spoiler
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user