starlight_help/src/content/docs/require-topics.mdx
import {TabItem, Tabs} from "@astrojs/starlight/components";
import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import AdminOnly from "../include/_AdminOnly.mdx"; import ChannelSettingsNavbarTip from "../include/_ChannelSettingsNavbarTip.mdx"; import GeneralChatIntro from "../include/_GeneralChatIntro.mdx"; import SaveChanges from "../include/_SaveChanges.mdx"; import SelectChannelViewPermissions from "../include/_SelectChannelViewPermissions.mdx";
<GeneralChatIntro />Administrators can configure the default for whether topics are required in channel messages (i.e., whether it's possible to send messages to the “general chat” topic).
The default configuration can be overridden for any channel. You can also configure channels to allow only the “general chat” topic.
1. Select a channel.
<SelectChannelViewPermissions />
1. Under **Messaging permissions**, choose the desired option from the **Allow
posting to the *general chat* topic?** dropdown.
<SaveChanges />
</FlattenedSteps>
<ChannelSettingsNavbarTip />