mattermost-mobile/app/components/post_draft
Felipe Martin 9793383832
feat: support fillewillbedownloaded and sendtoastmessage pluginapi (#9416)
* Handle FileWillBeDownloaded plugin hook rejections

- Add WebSocket handler for file_download_rejected events
- Show rejected files as file cards instead of broken thumbnails
- Display plugin rejection message in snackbar
- Store rejection reason in EphemeralStore for later retrieval
- Re-render file components when rejection events arrive
- Remove blurred preview to prevent visual blink on rejection

* chore: lint

* chore: lint and test

* fix: removed event from useEffect
2026-02-16 17:10:25 +01:00
..
archived Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
custom_emoji_picker Fix Emoji insert at end of post instead of caret position (#9473) 2026-02-02 19:32:11 +05:30
draft_handler feat: support fillewillbedownloaded and sendtoastmessage pluginapi (#9416) 2026-02-16 17:10:25 +01:00
draft_input feat: AI rewrite (#9280) 2026-02-16 16:48:57 +01:00
post_input feat: AI rewrite (#9280) 2026-02-16 16:48:57 +01:00
quick_actions feat: AI rewrite (#9280) 2026-02-16 16:48:57 +01:00
read_only Fix more messages indicator on read only channels (#8652) 2025-03-11 07:32:22 +08:00
send_button feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
send_handler Bor create post (#9393) 2026-02-09 17:00:54 +05:30
status_indicator feat: AI rewrite (#9280) 2026-02-16 16:48:57 +01:00
typing feat: AI rewrite (#9280) 2026-02-16 16:48:57 +01:00
uploads feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
index.ts Unify Is Read Only logic to avoid code repetition and improve redability (#8720) 2025-04-06 17:50:19 +02:00
post_draft.tsx Bor create post (#9393) 2026-02-09 17:00:54 +05:30