From ea99044cc17204e91b9f92248470d30e812e4b60 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 3 Nov 2025 01:23:42 +0900 Subject: [PATCH] Remove irrelevant instruction Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bridge-zulip.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/configuring-playbook-bridge-zulip.md b/docs/configuring-playbook-bridge-zulip.md index b4eac02b9..bb9616607 100644 --- a/docs/configuring-playbook-bridge-zulip.md +++ b/docs/configuring-playbook-bridge-zulip.md @@ -28,9 +28,6 @@ matrix_bridge_zulip_enabled: true # Setting the owner is optional as the first local user to DM `@matrixzulipbridge:example.com` will be made the owner. # If you are not using a local user you must set it as otherwise you can't DM it at all. matrix_bridge_zulip_owner: "@alice:{{ matrix_domain }}" - -# Uncomment to enable identd on host port 113/TCP (optional) -# matrix_bridge_zulip_identd_enabled: true ``` ### Adjusting the MatrixZulipBridge URL (optional)