feat(backend): カスタム絵文字ごとに連合するかどうか設定できるように
This commit is contained in:
parent
7ce569424a
commit
db1098a180
3 changed files with 5 additions and 4 deletions
|
@ -585,7 +585,7 @@ export class ActivityPubServerService {
|
|||
name: request.params.emoji,
|
||||
});
|
||||
|
||||
if (emoji == null) {
|
||||
if (emoji == null || emoji.localOnly) {
|
||||
reply.code(404);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue