Avoid duplicated post button on the contact conversation page (#13867)

* Avoid duplicated post button on the contact conversation page

* Updated messages.po
This commit is contained in:
Michael Vogel 2024-02-01 19:47:43 +01:00 committed by GitHub
parent 665316c14d
commit 6a6e2cd2a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 64 additions and 61 deletions

View file

@ -107,7 +107,7 @@ class Conversations extends BaseModule
$this->page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput.css'));
$this->page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput-typeahead.css'));
$this->page['aside'] .= Widget\VCard::getHTML($contact);
$this->page['aside'] .= Widget\VCard::getHTML($contact, true);
Nav::setSelected('contact');