mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Add queued messages back.
Fix various code issues. i18n invite menu.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user