]> git.mxchange.org Git - friendica.git/commit
Replace remaining instances of DBA::update('contact') with Contact::update()
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 21 Feb 2022 15:16:38 +0000 (10:16 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 24 Feb 2022 14:35:54 +0000 (09:35 -0500)
commit52f5d924b7a0429669f37570034e7771dd2a1887
tree4ec045ea598146d93ac56b4e43311198f24e15db
parent093dd70e790def206d6f7d48cfac095c29eb10a5
Replace remaining instances of DBA::update('contact') with Contact::update()

- This was breaking the synchronisation between the contact and user-contact tables
src/Model/Contact.php
src/Protocol/Diaspora.php
src/Worker/Notifier.php