1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-04 00:09:30 -05:00
This commit is contained in:
syuilo 2018-10-22 04:36:57 +09:00
parent 53a9eb13f8
commit 0085e1f3ab
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -860,7 +860,7 @@ type PerUserNotesLog = {
class PerUserNotesStats extends Stats<PerUserNotesLog> {
constructor() {
super('perUserNotes');
super('perUserNotes', true);
}
@autobind