Explorar el Código

Rename the entire zulip topic when an MCP issue is renamed. Fixes #1228.

skippy10110 hace 3 años
padre
commit
c6dba7c649
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/handlers/major_change.rs

+ 1 - 1
src/handlers/major_change.rs

@@ -139,7 +139,7 @@ pub(super) async fn handle_input(
             let zulip_update_req = crate::zulip::UpdateMessageApiRequest {
                 message_id: zulip_send_res.message_id,
                 topic: Some(&new_topic),
-                propagate_mode: None,
+                propagate_mode: Some("change_all"),
                 content: None,
             };
             zulip_update_req