reminder: Remove feature from zulip.

This is being removed to make the code simpler. We have plans
to add it as a feature in the future , but it will most likely
not use the same code.
This commit is contained in:
Aman Agrawal
2023-04-20 02:38:38 +00:00
committed by Tim Abbott
parent 6bff396711
commit f40855bad2
11 changed files with 6 additions and 317 deletions

View File

@@ -24,7 +24,6 @@ import * as narrow from "./narrow";
import {page_params} from "./page_params";
import * as people from "./people";
import * as popover_menus from "./popover_menus";
import * as reminder from "./reminder";
import * as rendered_markdown from "./rendered_markdown";
import * as resize from "./resize";
import * as rows from "./rows";
@@ -333,9 +332,6 @@ export function finish() {
if (popover_menus.is_time_selected_for_schedule()) {
schedule_message_to_custom_date();
} else if (reminder.is_deferred_delivery(message_content)) {
const request = create_message_object();
reminder.schedule_message(request, clear_compose_box);
} else {
send_message();
}