refactor: stricter domain: access-control
This commit is contained in:
@@ -40,7 +40,7 @@ import {
|
||||
VoiceState
|
||||
} from '../../shared-kernel';
|
||||
import { NotificationAudioService, AppSound } from '../../core/services/notification-audio.service';
|
||||
import { hasRoomBanForUser } from '../../core/helpers/room-ban.helpers';
|
||||
import { hasRoomBanForUser } from '../../domains/access-control';
|
||||
import { RECONNECT_SOUND_GRACE_MS } from '../../core/constants';
|
||||
import { VoiceSessionFacade } from '../../domains/voice-session';
|
||||
import {
|
||||
|
||||
@@ -41,7 +41,7 @@ import {
|
||||
saveLastViewedChatToStorage
|
||||
} from '../../infrastructure/persistence';
|
||||
import { ServerDirectoryFacade } from '../../domains/server-directory';
|
||||
import { hasRoomBanForUser } from '../../core/helpers/room-ban.helpers';
|
||||
import { hasRoomBanForUser } from '../../domains/access-control';
|
||||
import { Room } from '../../shared-kernel';
|
||||
import {
|
||||
removeRoomMember,
|
||||
|
||||
Reference in New Issue
Block a user