Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite: Message Attachments #20106

Merged
merged 12 commits into from
Jan 15, 2021
6 changes: 6 additions & 0 deletions KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## `registerFieldTemplate` is deprecated
hmm it's true :(, we don't encourage this type of customization anymore, it ends up opening some security holes, we prefer the use of UIKit. If you feel any difficulty let us know
## `attachment.actions` is deprecated
same reason above
## `attachment PDF preview` is no longer being rendered
it is temporarily disabled, nowadays is huge effort render the previews and requires the download of the entire file on the client. We are working to improve this :)
3 changes: 0 additions & 3 deletions app/message-action/client/index.js

This file was deleted.

31 changes: 0 additions & 31 deletions app/message-action/client/messageAction.html

This file was deleted.

13 changes: 0 additions & 13 deletions app/message-action/client/messageAction.js

This file was deleted.

64 changes: 0 additions & 64 deletions app/message-action/client/stylesheets/messageAction.css

This file was deleted.

1 change: 0 additions & 1 deletion app/message-action/index.js

This file was deleted.

5 changes: 0 additions & 5 deletions app/message-attachments/client/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
import './messageAttachment.html';
import './messageAttachment';
import './renderField.html';
import './stylesheets/messageAttachments.css';

export { registerFieldTemplate } from './renderField';
178 changes: 0 additions & 178 deletions app/message-attachments/client/messageAttachment.html

This file was deleted.

Loading