mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Show more information when following a new contact
This commit is contained in:
parent
be70dde61f
commit
d0ae5ce326
5 changed files with 40 additions and 23 deletions
|
@ -644,7 +644,7 @@ class Item extends BaseObject {
|
|||
if(!$this->is_toplevel() && !(get_config('system','thread_allow') && $a->theme_thread_allow)) {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
$comment_box = '';
|
||||
$conv = $this->get_conversation();
|
||||
$template = get_markup_template($this->get_comment_box_template());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue