Skip to content

Commit

Permalink
Switch to Post
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Dec 20, 2024
1 parent ceb46cc commit ca79482
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Bluesky.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function scrapeAPI(doc, url) {
item.title = ZU.ellipsize(titleCleaned, 140, true);
}
item.forumTitle = "Bluesky";
item.type = "Skeet";
item.type = "Post";
item.url = url;
item.date = post.record.createdAt || post.author.createdAt;
item.language = post.record.langs ? post.record.langs.join(", ") : "en";
Expand Down Expand Up @@ -104,7 +104,7 @@ async function scrapeAPI(doc, url) {
item.complete();
}
else {
Zotero.debug("There was an error saving the Skeet");
Zotero.debug("There was an error saving the post");
}
}

Expand All @@ -130,7 +130,7 @@ var testCases = [
"extra": "Likes: 8 | Reposts: 0 | Quotes: 0",
"forumTitle": "Bluesky",
"language": "en",
"postType": "Skeet",
"postType": "Post",
"url": "https://bsky.app/profile/watershedlab.bsky.social/post/3lcl3glmdx226",
"attachments": [
{
Expand Down

0 comments on commit ca79482

Please sign in to comment.