Skip to content

Commit

Permalink
fix: missing properties (misskey-dev#43)
Browse files Browse the repository at this point in the history
* fix: missing properties

* Update Changelog for misskey-dev#41
  • Loading branch information
kakkokari-gtyih authored Feb 2, 2025
1 parent 71a6aef commit e9547a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
------------------
* センシティブフラグの判定を `<meta property="rating">` および `rating` ヘッダでも行うように
* Bluesky(bsky.app)のプレビューに対応
* `fediverse:creator` のパースに対応
* 依存関係の更新
* eslintの設定を更新

Expand Down
1 change: 1 addition & 0 deletions src/plugins/amazon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ export async function summarize(url: URL): Promise<summary> {
},
sitename: 'Amazon',
activityPub: null,
fediverseCreator: null,
};
}
1 change: 1 addition & 0 deletions src/plugins/wikipedia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ export async function summarize(url: URL): Promise<summary> {
},
sitename: 'Wikipedia',
activityPub: null,
fediverseCreator: null,
};
}

0 comments on commit e9547a5

Please sign in to comment.