update user activity on Renote, Un-Renote, Note Edit, React, and Un-React
This commit is contained in:
@@ -127,6 +127,8 @@ export class NoteDeleteService {
|
||||
if (!isRenote(note) || isQuote(note)) {
|
||||
// Decrement notes count (user)
|
||||
this.decNotesCountOfUser(user);
|
||||
} else {
|
||||
this.usersRepository.update({ id: user.id }, { updatedAt: new Date() });
|
||||
}
|
||||
|
||||
if (this.meta.enableStatsForFederatedInstances) {
|
||||
|
||||
Reference in New Issue
Block a user