mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-04-29 02:37:27 +09:00
fix: missing properties (#43)
* fix: missing properties * Update Changelog for misskey-dev#41
This commit is contained in:
parent
71a6aefb8e
commit
e9547a556a
@ -2,6 +2,7 @@
|
||||
------------------
|
||||
* センシティブフラグの判定を `<meta property="rating">` および `rating` ヘッダでも行うように
|
||||
* Bluesky(bsky.app)のプレビューに対応
|
||||
* `fediverse:creator` のパースに対応
|
||||
* 依存関係の更新
|
||||
* eslintの設定を更新
|
||||
|
||||
|
@ -55,5 +55,6 @@ export async function summarize(url: URL): Promise<summary> {
|
||||
},
|
||||
sitename: 'Amazon',
|
||||
activityPub: null,
|
||||
fediverseCreator: null,
|
||||
};
|
||||
}
|
||||
|
@ -43,5 +43,6 @@ export async function summarize(url: URL): Promise<summary> {
|
||||
},
|
||||
sitename: 'Wikipedia',
|
||||
activityPub: null,
|
||||
fediverseCreator: null,
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user