// Channels excluded from the discussion list — mirrors config/messaging.php → excluded_channels.
// If you change one, change the other.
export const EXCLUDED_CHANNELS = [
    'GuestReview',
    'AirbnbGuestReview',
    'ExpediaGuestReview',
    'BookingComGuestReview',
    'Email',
] as const;
