remove useless params
This commit is contained in:
@@ -582,8 +582,6 @@ class _ImageFooterState extends State<ImageFooter> {
|
|||||||
final message = Message(
|
final message = Message(
|
||||||
text: text,
|
text: text,
|
||||||
attachments: [attachments[widget.currentPage]],
|
attachments: [attachments[widget.currentPage]],
|
||||||
mentionedUsers: [],
|
|
||||||
showInChannel: false,
|
|
||||||
);
|
);
|
||||||
|
|
||||||
await c.sendMessage(message);
|
await c.sendMessage(message);
|
||||||
|
|||||||
Reference in New Issue
Block a user