WIP #161
This commit is contained in:
parent
079f2098e3
commit
6c4baf69ff
4 changed files with 63 additions and 6 deletions
|
|
@ -111,5 +111,5 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
|
|||
// この投稿をWatchする
|
||||
// TODO: ユーザーが「リアクションしたときに自動でWatchする」設定を
|
||||
// オフにしていた場合はしない
|
||||
watch(user._id, post._id);
|
||||
watch(user._id, post);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue