fix: missing properties (#43)

* fix: missing properties

* Update Changelog for misskey-dev#41
This commit is contained in:
かっこかり 2025-02-02 11:05:56 +09:00 committed by GitHub
parent 71a6aefb8e
commit e9547a556a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
------------------
* センシティブフラグの判定を `<meta property="rating">` および `rating` ヘッダでも行うように
* Blueskybsky.appのプレビューに対応
* `fediverse:creator` のパースに対応
* 依存関係の更新
* eslintの設定を更新

View File

@ -55,5 +55,6 @@ export async function summarize(url: URL): Promise<summary> {
},
sitename: 'Amazon',
activityPub: null,
fediverseCreator: null,
};
}

View File

@ -43,5 +43,6 @@ export async function summarize(url: URL): Promise<summary> {
},
sitename: 'Wikipedia',
activityPub: null,
fediverseCreator: null,
};
}