Replace UnfurlUrlUtil with UnfurlResponse
authorjoshuaruesweg <ruesweg@woltlab.com>
Thu, 4 Mar 2021 13:26:57 +0000 (14:26 +0100)
committerjoshuaruesweg <ruesweg@woltlab.com>
Tue, 16 Mar 2021 15:19:12 +0000 (16:19 +0100)
commit27b071fb01866d543cabd3a80369a3384736101f
tree380647f91799bdb09153ab4541db8575b6d8ffd4
parente54c5ad3cd7ad705a1838c59b41ceba816b2a3a5
Replace UnfurlUrlUtil with UnfurlResponse
wcfsetup/install/files/lib/system/background/job/UnfurlUrlBackgroundJob.class.php
wcfsetup/install/files/lib/system/message/unfurl/DownloadFailed.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/message/unfurl/ParsingFailed.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/message/unfurl/UnfurlResponse.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/message/unfurl/UrlInaccessible.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/util/UnfurlUrlUtil.class.php [deleted file]