diff options
| author | Takeshi Umeda <noel.yoshiba@gmail.com> | 2025-01-21 09:30:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 00:30:39 +0000 |
| commit | d7fdcbc7339966c2f074261d9c99d5000e3fb60c (patch) | |
| tree | 4f62433cd1033f3ae7e6b3a640fa782bda3d42d1 | |
| parent | Bump version to 2025.1.0-beta.2 (diff) | |
| download | sharkey-d7fdcbc7339966c2f074261d9c99d5000e3fb60c.tar.gz sharkey-d7fdcbc7339966c2f074261d9c99d5000e3fb60c.tar.bz2 sharkey-d7fdcbc7339966c2f074261d9c99d5000e3fb60c.zip | |
fix: 絵文字のライセンスのActivityPub contextを追加 (#15318)
| -rw-r--r-- | packages/backend/src/core/activitypub/misc/contexts.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/backend/src/core/activitypub/misc/contexts.ts b/packages/backend/src/core/activitypub/misc/contexts.ts index 94cb0785cb..6611e4b7f9 100644 --- a/packages/backend/src/core/activitypub/misc/contexts.ts +++ b/packages/backend/src/core/activitypub/misc/contexts.ts @@ -558,6 +558,11 @@ const extension_context_definition = { '_misskey_requireSigninToViewContents': 'misskey:_misskey_requireSigninToViewContents', '_misskey_makeNotesFollowersOnlyBefore': 'misskey:_misskey_makeNotesFollowersOnlyBefore', '_misskey_makeNotesHiddenBefore': 'misskey:_misskey_makeNotesHiddenBefore', + '_misskey_license': 'misskey:_misskey_license', + 'freeText': { + '@id': 'misskey:freeText', + '@type': 'schema:text', + }, 'isCat': 'misskey:isCat', // vcard vcard: 'http://www.w3.org/2006/vcard/ns#', |