]> git.mxchange.org Git - friendica.git/commit
Add common relationship methods to Model\ContactRelation
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 29 Jul 2020 15:30:54 +0000 (11:30 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 3 Aug 2020 17:34:10 +0000 (13:34 -0400)
commit24a82110fd45a8422efee0677b7acc214aa66e9a
tree47f7372ef0fdb6588e9ec107c007502d5ea91b0a
parenta6a23802b72e555eb659d57ccd54c17cd0eaf324
Add common relationship methods to Model\ContactRelation

- Introduce DBA::mergeConditions method
- Replace GContact relationship method contents with Model\ContactRelation method calls
src/BaseRepository.php
src/Database/DBA.php
src/Model/ContactRelation.php
src/Model/GContact.php
src/Module/Api/Twitter/ContactEndpoint.php