update user activity on Renote, Un-Renote, Note Edit, React, and Un-React
This commit is contained in:
@@ -592,6 +592,8 @@ export class NoteCreateService implements OnApplicationShutdown {
|
||||
if (!this.isRenote(note) || this.isQuote(note)) {
|
||||
// Increment notes count (user)
|
||||
this.incNotesCountOfUser(user);
|
||||
} else {
|
||||
this.usersRepository.update({ id: user.id }, { updatedAt: new Date() });
|
||||
}
|
||||
|
||||
this.pushToTl(note, user);
|
||||
|
||||
Reference in New Issue
Block a user