Open askvortsov1 opened 3 years ago
without changes to the frontend
I guess you mean to the backend?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We do this to keep the amount of open issues to a manageable minimum. In any case, thanks for taking an interest in this software and contributing by opening the issue in the first place!
Feature Request
Is your feature request related to a problem? Please describe. When I wake up in the morning, I read through posts https://discuss.flarum.org/ that happened since the previous evening. Some are actionable, some are not. Being able to mark the actionable ones as unread would be very useful for not forgetting to reply / take action where necessary
Describe the solution you'd like Option 1:
Option 2:
Both of these can be accomplished without changes to the backend, since we could just send the applicable post number to the read discussion handler.
Either way, when a discussion/post is marked as unread, an attr on
app.current
should be set so that further scrolling on the discussion won't change read status.Edit: fixed typo