]> git.mxchange.org Git - friendica.git/commit
Decouple conversation creation from rendering
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 5 Feb 2023 00:14:21 +0000 (19:14 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 8 Jul 2023 20:57:52 +0000 (16:57 -0400)
commit706444bdb22b57f18c284044bdbdaeb7610990fe
treea1c459f2794561ade30942524030c25c7338ebb5
parent31fbe70ec7dfdbc03ececd06b7a2387f57ded390
Decouple conversation creation from rendering

- This allows to separately obtain a list of threads for rendering without having to deal with an already-formed HTML output
14 files changed:
mod/item.php
mod/notes.php
src/Content/Conversation.php
src/Model/Contact.php
src/Module/Conversation/Community.php
src/Module/Conversation/Network.php
src/Module/Item/Display.php
src/Module/Profile/Conversations.php
src/Module/Search/Filed.php
src/Module/Search/Index.php
src/Module/Update/Community.php
src/Module/Update/Network.php
src/Module/Update/Profile.php
src/Object/Thread.php