diff --git a/lib/src/image_footer.dart b/lib/src/image_footer.dart index 3a223de2..a24288e1 100644 --- a/lib/src/image_footer.dart +++ b/lib/src/image_footer.dart @@ -582,8 +582,6 @@ class _ImageFooterState extends State { final message = Message( text: text, attachments: [attachments[widget.currentPage]], - mentionedUsers: [], - showInChannel: false, ); await c.sendMessage(message);