Pass message action visibility flags to actions modal
This commit is contained in:
@@ -1107,6 +1107,10 @@ class _StreamMessageWidgetState extends State<StreamMessageWidget>
|
|||||||
widget.onThreadTap != null,
|
widget.onThreadTap != null,
|
||||||
showFlagButton: widget.showFlagButton,
|
showFlagButton: widget.showFlagButton,
|
||||||
customActions: widget.customActions,
|
customActions: widget.customActions,
|
||||||
|
showDeleteMessage: widget.showDeleteMessage,
|
||||||
|
showEditMessage: widget.showEditMessage,
|
||||||
|
showPinButton: widget.showPinButton,
|
||||||
|
showReactions: widget.showReactions,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user