mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
message_edit: Ask users to delete attachments after editing.
currently, after a user edits a message and removes an reference to the uploaded file, the uploaded file stays on the storage taking up space. We want to ask the user to possibly delete the removed attachments if they are no longer needed. These changes applies a modal that will appear prompting the user to delete the attachments. Fixes: #25525. Co-authored-by: brijsiyag Co-authored-by: wandrew0
This commit is contained in:
@@ -53,6 +53,7 @@ EXEMPT_FILES = make_set(
|
||||
"web/src/alert_words_ui.ts",
|
||||
"web/src/archive.js",
|
||||
"web/src/assets.d.ts",
|
||||
"web/src/attachments.ts",
|
||||
"web/src/attachments_ui.ts",
|
||||
"web/src/audible_notifications.ts",
|
||||
"web/src/avatar.ts",
|
||||
|
||||
Reference in New Issue
Block a user