mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 09:03:08 +02:00
Update notification.ts
This commit is contained in:
parent
f3dd5da931
commit
10af82b0b3
1 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@ export interface INotification {
|
|||
notifiee_id: mongo.ObjectID;
|
||||
|
||||
/**
|
||||
* イニシエータ(initiator)。通知を行う原因となったユーザー
|
||||
* イニシエータ(initiator)、Origin。通知を行う原因となったユーザー
|
||||
*/
|
||||
notifier?: IUser;
|
||||
|
||||
/**
|
||||
* イニシエータ(initiator)。通知を行う原因となったユーザー
|
||||
* イニシエータ(initiator)、Origin。通知を行う原因となったユーザー
|
||||
*/
|
||||
notifier_id: mongo.ObjectID;
|
||||
|
||||
|
|
Loading…
Reference in a new issue