Skip to content

Commit 76e466a

Browse files
committed
feat: pass media into reply
1 parent a118a88 commit 76e466a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/message/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ export class Message extends React.Component<Properties, State> {
257257
admin: this.props.admin,
258258
optimisticId: this.props.optimisticId,
259259
rootMessageId: this.props.rootMessageId,
260+
media: this.props?.media,
260261
};
261262

262263
this.props.onReply({ reply });

0 commit comments

Comments
 (0)