mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Update notification.ts
This commit is contained in:
parent
65c1e6dcdc
commit
18fc9aad40
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@ export interface INotification {
|
||||||
notifiee_id: mongo.ObjectID;
|
notifiee_id: mongo.ObjectID;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* イニシエータ(initiator)。通知を行う原因となったユーザー
|
* イニシエータ(initiator)、Origin。通知を行う原因となったユーザー
|
||||||
*/
|
*/
|
||||||
notifier?: IUser;
|
notifier?: IUser;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* イニシエータ(initiator)。通知を行う原因となったユーザー
|
* イニシエータ(initiator)、Origin。通知を行う原因となったユーザー
|
||||||
*/
|
*/
|
||||||
notifier_id: mongo.ObjectID;
|
notifier_id: mongo.ObjectID;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue