diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-11 02:50:22 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-11 02:50:22 +0900 |
| commit | a1f5fd5b5f455f1fe558126e2a953344db5a0492 (patch) | |
| tree | e11c80e94ec98d536c3da52a281c734f004d7725 /src | |
| parent | Improve usability (diff) | |
| parent | Update notification.ts (diff) | |
| download | sharkey-a1f5fd5b5f455f1fe558126e2a953344db5a0492.tar.gz sharkey-a1f5fd5b5f455f1fe558126e2a953344db5a0492.tar.bz2 sharkey-a1f5fd5b5f455f1fe558126e2a953344db5a0492.zip | |
Merge branch 'master' of https://github.com/syuilo/misskey
Diffstat (limited to 'src')
| -rw-r--r-- | src/api/models/notification.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/models/notification.ts b/src/api/models/notification.ts index ecd1c25e10..e3dc6c70a3 100644 --- a/src/api/models/notification.ts +++ b/src/api/models/notification.ts @@ -19,12 +19,12 @@ export interface INotification { notifiee_id: mongo.ObjectID; /** - * イニシエータ(initiator)。通知を行う原因となったユーザー + * イニシエータ(initiator)、Origin。通知を行う原因となったユーザー */ notifier?: IUser; /** - * イニシエータ(initiator)。通知を行う原因となったユーザー + * イニシエータ(initiator)、Origin。通知を行う原因となったユーザー */ notifier_id: mongo.ObjectID; |