feat(store): code cleanup, make some fund with "unlucky" members

This commit is contained in:
Andriy
2023-12-22 21:43:01 +02:00
parent d32b976e1a
commit 7e41fc93fc
10 changed files with 40 additions and 18 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ public class Store : CommonHandler
private async Task PerformPurchase(IRandomMediaService mediaService, int messageId)
{
var randomMedia = await mediaService!.GetRandomMediaAsync();
var randomMedia = await mediaService!.GetRandomMediaAsync(Chat, From);
var file = randomMedia.File;
switch (randomMedia.Type)