Resolve #3758
This commit is contained in:
parent
bb819d42f1
commit
bfc458e935
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export default async (actor: IRemoteUser, activity: ILike) => {
|
|||
throw new Error();
|
||||
}
|
||||
|
||||
let reaction = 'pudding';
|
||||
let reaction = 'like';
|
||||
|
||||
// 他のMisskeyインスタンスからのリアクション
|
||||
if (activity._misskey_reaction && validateReaction.ok(activity._misskey_reaction)) {
|
||||
|
|
Loading…
Reference in a new issue