mirror of
https://github.com/friendica/friendica
synced 2025-04-25 13:50:10 +00:00
Move Object\Conversation to Object\Thread
- Move Object\Item to Object\Post
This commit is contained in:
parent
a42595a30c
commit
3772cf7544
3 changed files with 28 additions and 37 deletions
|
@ -840,7 +840,7 @@ function conversation(App $a, $items, $mode, $update, $preview = false) {
|
|||
// Normal View
|
||||
$page_template = get_markup_template("threaded_conversation.tpl");
|
||||
|
||||
$conv = new Conversation($mode, $preview);
|
||||
$conv = new Thread($mode, $preview);
|
||||
|
||||
/*
|
||||
* get all the topmost parents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue