Fix can't edit reshared posts.

codemagic-setup
Hank Grabowski 2023-03-17 16:52:26 -04:00
rodzic 0c42e1cf0e
commit 9ce026ba1a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -140,7 +140,7 @@ class _InteractionsBarControlState extends State<InteractionsBarControl> {
const openExternal = 'Open In Browser';
final options = [
if (widget.showOpenControl && !widget.openRemote) goToPost,
if (widget.isMine) editStatus,
if (widget.isMine && !widget.entry.youReshared) editStatus,
openExternal,
copyUrl,
'Cancel'