]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Subscription::ensureStart skips AlreadyFulfilledException
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 4 Mar 2015 10:38:04 +0000 (11:38 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 4 Mar 2015 10:38:04 +0000 (11:38 +0100)
commitec4e432d5513b225492d10fcb635593fdf3c2117
tree16d7bb9098c56bdfa1d282fc1459c6e73919e323
parent8c933a6c064e4a5b25fee4cf24432322d52be6d9
Subscription::ensureStart skips AlreadyFulfilledException

Sometimes we just want to accept the user's wrong, but when it comes
to remote APIs etc. we probably want to let the client know it has
done something already (in this case multiple identical subscription
requests - which might indicate to it that it should refresh the sub
lists or something).
actions/apifriendshipscreate.php
actions/atompubsubscriptionfeed.php
actions/invite.php
actions/subscribe.php
classes/Subscription.php
classes/Subscription_queue.php
classes/User.php
lib/activityimporter.php
lib/activitymover.php