[store] kitties now have own http client factory

This commit is contained in:
Andriy
2023-07-28 22:44:51 +03:00
parent 462f3c9836
commit c19696b360
8 changed files with 79 additions and 30 deletions
@@ -15,5 +15,6 @@ public abstract class AbstractNsfwService : IRandomMediaService
_allowNsfw = allowNsfw;
}
public async Task<bool> CanView(Chat chat, User user) => await _allowNsfw.GetValueAsync(chat.Id);
public async Task<bool> CanView(Chat chat, User user)
=> await _allowNsfw.GetValueAsync(chat.Id);
}