Add collapsable bottom bar to chat screen.
This commit is contained in:
parent
a4ac6146d7
commit
25004fe404
5 changed files with 61 additions and 6 deletions
2
utils.js
2
utils.js
|
|
@ -78,4 +78,4 @@ export function compensateMessageOrdering(messages) {
|
|||
|
||||
// Clean up temporary property
|
||||
return msgs.map(({ _time, ...m }) => m);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue