1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-12-04 01:38:48 +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;
/**
* (initiator)
* (initiator)Origin
*/
notifier?: IUser;
/**
* (initiator)
* (initiator)Origin
*/
notifier_id: mongo.ObjectID;