mirror of
https://github.com/flarum/core.git
synced 2025-07-12 04:16:24 +02:00
Rename user.readTime
This commit is contained in:
@ -385,7 +385,7 @@ export default class IndexPage extends Page {
|
||||
const confirmation = confirm(app.translator.trans('core.forum.index.mark_all_as_read_confirmation'));
|
||||
|
||||
if (confirmation) {
|
||||
app.session.user.save({readTime: new Date()});
|
||||
app.session.user.save({markedAllAsReadAt: new Date()});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user