Skip to content

Commit

Permalink
Now it is possible to send multiple messages without refreshing the page
Browse files Browse the repository at this point in the history
  • Loading branch information
y9san9 committed Nov 28, 2024
1 parent 4a5cbc5 commit a5b1497
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export function createSendMessageUsecase({ socket, getMessageKey, coder, events,

events.flow.collect((event) => {
switch (event.type) {
case "edit":
case "history":
case "new":
if ("server" in event.message.nonce) {
Expand Down

0 comments on commit a5b1497

Please sign in to comment.