status-react/src/status_im/chat
Andrea Maria Piana f04042c643
[Fixes: #10801] Send chat messages in order
Chat messages are now sent in order using a different endpoint
`sendChatMessages`.
Text should always be displayed after images.

This is not implementing a Caption field, that would require either a
protocol change or leverage the `text` in the message.
It applies for both normal chats and timelines.

Move also all inputs under `chat/inputs` so we avoid re-renders as
`chats` has changed.

Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-12-03 18:29:40 +01:00
..
models [Fixes: #10801] Send chat messages in order 2020-12-03 18:29:40 +01:00
constants.cljs Restrict message size on input 2020-08-27 12:53:04 +03:00
db.cljs Improve chat loading performance 2020-06-01 13:50:49 +02:00
db_test.cljs Improve chat loading performance 2020-06-01 13:50:49 +02:00
default_chats.cljs [#10880] Expanded view with public chat categories 2020-07-10 14:54:39 +02:00
models.cljs [wallet history] Stop watching each new block 2020-11-25 16:44:16 +02:00
models_test.cljs [#10362] Allow receiving old messages after rejoining a pubchat 2020-11-06 17:37:18 +02:00