update user activity on Renote, Un-Renote, Note Edit, React, and Un-React
This commit is contained in:
@@ -610,6 +610,8 @@ export class NoteEditService implements OnApplicationShutdown {
|
||||
}
|
||||
}
|
||||
|
||||
this.usersRepository.update({ id: user.id }, { updatedAt: new Date() });
|
||||
|
||||
// ハッシュタグ更新
|
||||
this.pushToTl(note, user);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user