mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-21 13:35:12 +00:00
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:
parent
fae32f2a77
commit
d3b6049c11
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ export class InboxProcessorService {
|
||||||
}
|
}
|
||||||
// TODO: 元のアクティビティと非互換な形に正規化される場合は転送をスキップする
|
// TODO: 元のアクティビティと非互換な形に正規化される場合は転送をスキップする
|
||||||
// https://github.com/mastodon/mastodon/blob/664b0ca/app/services/activitypub/process_collection_service.rb#L24-L29
|
// 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;
|
activity.signature = ldSignature;
|
||||||
|
|
||||||
// もう一度actorチェック
|
// もう一度actorチェック
|
||||||
|
|
Loading…
Reference in a new issue