1
0
mirror of https://github.com/flarum/core.git synced 2025-07-12 20:36:28 +02:00

Rename notification.sender

This commit is contained in:
Toby Zerner
2018-08-24 21:46:28 +09:30
parent 5c0c2d1c40
commit 9792576464
9 changed files with 10 additions and 10 deletions

View File

@ -14,6 +14,6 @@ Object.assign(Notification.prototype, {
additionalUnreadCount: computed('unreadCount', unreadCount => Math.max(0, unreadCount - 1)),
user: Model.hasOne('user'),
sender: Model.hasOne('sender'),
fromUser: Model.hasOne('fromUser'),
subject: Model.hasOne('subject')
});