mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
draft: Only auto-restore drafts edited since adding the feature.
This commit is contained in:
@@ -45,7 +45,7 @@ mock_esm("../src/reload_state", {
|
||||
mock_esm("../src/drafts", {
|
||||
update_draft: noop,
|
||||
update_compose_draft_count: noop,
|
||||
get_last_draft_based_on_compose_state: noop,
|
||||
get_last_restorable_draft_based_on_compose_state: noop,
|
||||
});
|
||||
mock_esm("../src/unread_ops", {
|
||||
notify_server_message_read: noop,
|
||||
|
||||
Reference in New Issue
Block a user