mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:53:09 +02:00
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();
|
throw new Error();
|
||||||
}
|
}
|
||||||
|
|
||||||
let reaction = 'pudding';
|
let reaction = 'like';
|
||||||
|
|
||||||
// 他のMisskeyインスタンスからのリアクション
|
// 他のMisskeyインスタンスからのリアクション
|
||||||
if (activity._misskey_reaction && validateReaction.ok(activity._misskey_reaction)) {
|
if (activity._misskey_reaction && validateReaction.ok(activity._misskey_reaction)) {
|
||||||
|
|
Loading…
Reference in a new issue