parent
3a035c481e
commit
68ee9a008e
10 changed files with 20 additions and 20 deletions
|
@ -38,10 +38,10 @@ type NotificationType = 'reply' | 'renote' | 'quote' | 'mention';
|
|||
class NotificationManager {
|
||||
private notifier: IUser;
|
||||
private note: INote;
|
||||
private queue: Array<{
|
||||
private queue: {
|
||||
target: ILocalUser['_id'];
|
||||
reason: NotificationType;
|
||||
}>;
|
||||
}[];
|
||||
|
||||
constructor(notifier: IUser, note: INote) {
|
||||
this.notifier = notifier;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue