diff options
author | Mario <mario@mariovavti.com> | 2024-02-15 14:27:50 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-02-15 14:27:50 +0000 |
commit | 6d125d02d8cc6b09843919eb9413abbb85582c1e (patch) | |
tree | 05d53765a6c4856dc9a989385678bedaceeb044c /view/tpl | |
parent | 0b18b35f5f28b0afc3104f10d33fac5b1675a76a (diff) | |
download | volse-hubzilla-6d125d02d8cc6b09843919eb9413abbb85582c1e.tar.gz volse-hubzilla-6d125d02d8cc6b09843919eb9413abbb85582c1e.tar.bz2 volse-hubzilla-6d125d02d8cc6b09843919eb9413abbb85582c1e.zip |
introduce get_actor() force flag to omit cache, rework contact refresh, special handling for announce by group, and revert change regarding friendica addressing anomality
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/contact_edit_tools.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/contact_edit_tools.tpl b/view/tpl/contact_edit_tools.tpl index 565b9df86..2d0b8a8cf 100644 --- a/view/tpl/contact_edit_tools.tpl +++ b/view/tpl/contact_edit_tools.tpl @@ -3,7 +3,6 @@ </button> <div class="dropdown-menu"> <a class="dropdown-item contact-tool" href="#" title="{{$tools.refresh.title}}" data-cmd="refresh">{{$tools.refresh.label}}</a> - <a class="dropdown-item contact-tool" href="#" title="{{$tools.rephoto.title}}" data-cmd="resetphoto">{{$tools.rephoto.label}}</a> <div class="dropdown-divider"></div> <a class="dropdown-item contact-tool" href="#" title="{{$tools.block.title}}" data-cmd="block">{{$tools.block.label}}</a> <a class="dropdown-item contact-tool" href="#" title="{{$tools.ignore.title}}" data-cmd="ignore">{{$tools.ignore.label}}</a> |