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:
@ -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')
|
||||
});
|
||||
|
Reference in New Issue
Block a user