]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Added saveActivity method to Notice class
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 1 Jul 2014 09:42:08 +0000 (11:42 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 2 Jul 2014 09:38:37 +0000 (11:38 +0200)
commitacb07ef52f2adfd1a87a044c173d7363a1748d63
tree42c570720ca132a983e1faf23f57dd72e5016da0
parent687f8ab42ca574c42506be6486cc7c9ceb67290c
Added saveActivity method to Notice class

saveActivity will accept an Activity which gets parsed and saved through
plugins. So when an ActivityHandlerPlugin (such as Favorite will be soon)
gets a feed to save, this will be the function called instead of saveNew.
classes/Notice.php
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/classes/Ostatus_profile.php