refactor: updates
This commit is contained in:
@@ -110,7 +110,6 @@ export default function ChannelChat({
|
||||
content_type,
|
||||
created_at,
|
||||
unread,
|
||||
removed = false,
|
||||
edited,
|
||||
reply,
|
||||
} = msg;
|
||||
@@ -119,7 +118,6 @@ export default function ChannelChat({
|
||||
reply={reply}
|
||||
edited={edited}
|
||||
likes={likes}
|
||||
removed={removed}
|
||||
pending={pending}
|
||||
content_type={content_type}
|
||||
unread={unread}
|
||||
|
||||
@@ -83,7 +83,6 @@ export default function DMChat({ uid = "", dropFiles = [] }) {
|
||||
created_at,
|
||||
unread,
|
||||
pending = false,
|
||||
removed = false,
|
||||
edited,
|
||||
reply,
|
||||
} = msg;
|
||||
@@ -92,7 +91,6 @@ export default function DMChat({ uid = "", dropFiles = [] }) {
|
||||
reply={reply}
|
||||
likes={likes}
|
||||
edited={edited}
|
||||
removed={removed}
|
||||
pending={pending}
|
||||
content_type={content_type}
|
||||
unread={unread}
|
||||
|
||||
Reference in New Issue
Block a user