(defmethod multiposter:post-image :around (client url &key title description tags link) (declare (ignore url title tags description tags link)) (restart-case (call-next-method) (continue () :report (lambda (s) (format s "Abandon posting to ~a, regardless of whether or not posting succeeded" client)) nil)))