diff --git a/packages/backend/src/remote/activitypub/renderer/index.ts b/packages/backend/src/remote/activitypub/renderer/index.ts index 6afdc021c..68bdc80f2 100644 --- a/packages/backend/src/remote/activitypub/renderer/index.ts +++ b/packages/backend/src/remote/activitypub/renderer/index.ts @@ -41,6 +41,8 @@ export const renderActivity = (x: any): IActivity | null => { '_misskey_votes': 'misskey:_misskey_votes', '_misskey_talk': 'misskey:_misskey_talk', 'isCat': 'misskey:isCat', + // Fedibird + fedibird: 'http://fedibird.com/ns#', // vcard vcard: 'http://www.w3.org/2006/vcard/ns#', },