fix: 🐛 federate fedibird quote properly

https://codeberg.org/calckey/calckey/pulls/9399#issuecomment-758047
This commit is contained in:
ThatOneCalculator 2023-01-04 09:43:01 -08:00
parent 78a2b6e242
commit 0fc8638eb5
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 2 additions and 0 deletions

View File

@ -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#',
},