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

codemagic-setup
Hank Grabowski 2023-11-18 17:19:23 -05:00
rodzic 4983d97e7e
commit 1c8223fcdf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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