mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
Media Controller Tests and other
This commit is contained in:
@@ -15,10 +15,10 @@ namespace Govor.Application.Services.Messages;
|
||||
public class MessageCommandService : IMessageCommandService
|
||||
{
|
||||
private readonly IMessagesRepository _messagesRepository;
|
||||
private readonly IUsersRepository _usersRepository; // For validating user recipients
|
||||
private readonly IGroupsRepository _groupsRepository; // For validating group recipients and fetching members
|
||||
private readonly IUsersRepository _usersRepository;
|
||||
private readonly IGroupsRepository _groupsRepository;
|
||||
private readonly IPrivateChatsRepository _privateChats;
|
||||
private readonly IVerifyFriendship _verifyFriendship; // For private messages
|
||||
private readonly IVerifyFriendship _verifyFriendship;
|
||||
private readonly ILogger<MessageCommandService> _logger;
|
||||
|
||||
public MessageCommandService(
|
||||
|
||||
Reference in New Issue
Block a user