Explorar o código

Fix wrong variable on Zulip notification

LeSeulArtichaut %!s(int64=5) %!d(string=hai) anos
pai
achega
27784ba349
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/handlers/notify_zulip.rs

+ 1 - 1
src/handlers/notify_zulip.rs

@@ -92,7 +92,7 @@ async fn handle_input<'a>(
             config.message_on_add.as_ref().unwrap().clone()
         }
         NotificationType::Unlabeled => {
-            config.message_on_add.as_ref().unwrap().clone()
+            config.message_on_remove.as_ref().unwrap().clone()
         }
     };