Add queued messages back.

Fix various code issues.
i18n invite menu.
This commit is contained in:
Paul
2021-07-31 10:31:16 +01:00
parent 23a9d41450
commit 6750812916
17 changed files with 83 additions and 74 deletions

View File

@@ -191,8 +191,7 @@ export default function MessageBox({ channel }: Props) {
playSound("outbound");
const nonce = ulid();
// ! FIXME: queued
/*dispatch({
dispatch({
type: "QUEUE_ADD",
nonce,
channel: channel._id,
@@ -204,7 +203,7 @@ export default function MessageBox({ channel }: Props) {
content,
replies,
},
});*/
});
defer(() =>
SingletonMessageRenderer.jumpToBottom(