]> git.mxchange.org Git - friendica.git/commit
The conversation functionality moved to a class
authorMichael <heluecht@pirati.ca>
Thu, 23 Sep 2021 21:18:36 +0000 (21:18 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 23 Sep 2021 21:18:36 +0000 (21:18 +0000)
commit0ad904c18515f67ec7c052a1bc9621ba2ff2d76e
tree078c882594c6b5420c01b2680bae67aa22eae836
parentc9e30ac2c09c979863b29e5976540c019627015b
The conversation functionality moved to a class
24 files changed:
composer.json
doc/Addons.md
doc/de/Addons.md
include/api.php
include/conversation.php [deleted file]
mod/display.php
mod/item.php
mod/notes.php
mod/photos.php
src/Content/Conversation.php [new file with mode: 0644]
src/Content/Item.php
src/DI.php
src/Model/Contact.php
src/Module/Bookmarklet.php
src/Module/Contact.php
src/Module/Conversation/Community.php
src/Module/Conversation/Network.php
src/Module/Profile/Status.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/Post.php