1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-12-12 13:48:23 +09:00
This commit is contained in:
syuilo 2017-11-11 02:50:22 +09:00
commit a1f5fd5b5f

View File

@ -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;