Resolve #3758
This commit is contained in:
parent
bb819d42f1
commit
bfc458e935
@ -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 New Issue
Block a user