temporarily silence a type error

misskey fixed this properly, and we know the code works because it's
in our stable release
This commit is contained in:
dakkar 2024-05-31 14:04:21 +01:00
parent fae32f2a77
commit d3b6049c11

View file

@ -160,6 +160,7 @@ export class InboxProcessorService {
}
// TODO: 元のアクティビティと非互換な形に正規化される場合は転送をスキップする
// https://github.com/mastodon/mastodon/blob/664b0ca/app/services/activitypub/process_collection_service.rb#L24-L29
// @ts-expect-error TS(2739) - dakkar 2024-05-31 REMOVE THIS LINE once 2024.5 misskey is merged, they fixed the types
activity.signature = ldSignature;
// もう一度actorチェック