fedimbed: hardcode bluesky domain check into slash command logic
This commit is contained in:
parent
5922f19857
commit
0d78c16e69
1 changed files with 1 additions and 1 deletions
|
@ -1449,7 +1449,7 @@ fedimbedCommand.callback = async function (interaction) {
|
|||
}
|
||||
}
|
||||
|
||||
if (hasService) {
|
||||
if (hasService || BSKY_DOMAINS.includes(urlObj.hostname.toLowerCase())) {
|
||||
try {
|
||||
const {response} = await processUrl(interaction, url, spoiler, true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue