mirror of
https://github.com/flarum/core.git
synced 2025-10-15 08:55:53 +02:00
Rename discussion.lastPostedUser
This commit is contained in:
@@ -14,7 +14,7 @@ Object.assign(Discussion.prototype, {
|
||||
firstPost: Model.hasOne('firstPost'),
|
||||
|
||||
lastTime: Model.attribute('lastTime', Model.transformDate),
|
||||
lastUser: Model.hasOne('lastUser'),
|
||||
lastPostedUser: Model.hasOne('lastPostedUser'),
|
||||
lastPost: Model.hasOne('lastPost'),
|
||||
lastPostNumber: Model.attribute('lastPostNumber'),
|
||||
|
||||
|
Reference in New Issue
Block a user