mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-03 09:19:53 +09:00
wip
This commit is contained in:
@ -116,7 +116,7 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
|
||||
});
|
||||
|
||||
// この投稿をWatchする
|
||||
if (user.account.settings.auto_watch !== false) {
|
||||
if (user.account.settings.autoWatch !== false) {
|
||||
watch(user._id, post);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user