]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
block check can't be done inside the same try-expression as Subscription::getSubscrip...
authorhannes <h@nnesmannerhe.im>
Thu, 19 Nov 2015 15:55:11 +0000 (15:55 +0000)
committerhannes <h@nnesmannerhe.im>
Thu, 19 Nov 2015 15:55:11 +0000 (15:55 +0000)
commitabb8d1273ea66fb900594262b81011b111de3dea
tree4966a60507b90b4f3765e3f93a5f83c551c31732
parentdbdac9cfbe470d2742c3f8bf42145ff648cf12c9
block check can't be done inside the same try-expression as Subscription::getSubscription(), since if that throws a NoResultException, the block check will not be done. and if you're blocking someone you are not subscribing to them.
lib/apiaction.php