Remove resharing from comments since Friendica doesn't support it.

This commit is contained in:
Hank Grabowski 2023-11-18 17:19:23 -05:00
parent 4983d97e7e
commit 1c8223fcdf

View file

@ -214,7 +214,7 @@ class _InteractionsBarControlState extends State<InteractionsBarControl> {
children: [
buildLikeButton(),
buildCommentButton(),
buildReshareButton(),
if (widget.entry.parentId.isEmpty) buildReshareButton(),
],
);
}