fix(ui): fix merge error
This commit is contained in:
@@ -1126,7 +1126,6 @@ class _StreamMessageWidgetState extends State<StreamMessageWidget>
|
|||||||
return StreamChannel(
|
return StreamChannel(
|
||||||
channel: channel,
|
channel: channel,
|
||||||
child: MessageActionsModal(
|
child: MessageActionsModal(
|
||||||
showReactionPicker: widget.showReactionPicker,
|
|
||||||
messageWidget: widget.copyWith(
|
messageWidget: widget.copyWith(
|
||||||
key: const Key('MessageWidget'),
|
key: const Key('MessageWidget'),
|
||||||
message: widget.message.copyWith(
|
message: widget.message.copyWith(
|
||||||
|
|||||||
Reference in New Issue
Block a user