]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Move some salmon processing to a superclass
authorEvan Prodromou <evan@status.net>
Sat, 20 Feb 2010 16:12:43 +0000 (11:12 -0500)
committerEvan Prodromou <evan@status.net>
Sat, 20 Feb 2010 16:12:43 +0000 (11:12 -0500)
commit2df3bbc80b6c9dd44134bcf3b5b4a09ea1a803d1
treee08dd55ffc518d5aa399eecee596c75e4591f5d3
parent50db2d5d69a8769dc2ddcc937afb130bcce0971d
Move some salmon processing to a superclass

Moved some salmon processing to a superclass so we could handle group
salmon posts, too.
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/actions/groupsalmon.php [new file with mode: 0644]
plugins/OStatus/actions/salmon.php [deleted file]
plugins/OStatus/actions/usersalmon.php [new file with mode: 0644]
plugins/OStatus/lib/salmonaction.php [new file with mode: 0644]