Skip to content
Snippets Groups Projects
Unverified Commit bfc458e9 authored by syuilo's avatar syuilo
Browse files

Resolve #3758

parent bb819d42
No related branches found
No related tags found
No related merge requests found
......@@ -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)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment