Skip to content

Commit

Permalink
[Bug fix] Chatportal message inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
cocox888 committed Feb 7, 2024
1 parent ada4c9a commit f33070f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Chat/ChatPortal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ function ChatPortal({ room, showMobileChat, removeChatRoom }) {
time: getTime(),
message: trimmedMessage,
room: room?.room_id,
picture: userData?.picture,
};
const payload = {
action: "send-message",
Expand Down

0 comments on commit f33070f

Please sign in to comment.