Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep track of highlights when user is offline #190

Merged
merged 1 commit into from Mar 15, 2016

Conversation

xPaw
Copy link
Member

@xPaw xPaw commented Mar 13, 2016

If user is offline and channel gets a lot of messages, when the user comes back online, the unread counter badge won't be white even if the user was mentioned in that channel, that's because badge only turns white if any message in current buffer contains a highlight.

@xPaw xPaw added Type: Feature Tickets that describe a desired feature or PRs that add them to the project. second review needed labels Mar 13, 2016
@astorije astorije self-assigned this Mar 14, 2016
@astorije
Copy link
Member

that's because badge only turns white if any message in current buffer contains a highlight.

What do you mean by that?

I'm not too thrilled by fixing this on the server when I think it would be nicer to have that on the front-end. What prevented you to do so, @xPaw?

@xPaw
Copy link
Member Author

xPaw commented Mar 14, 2016

@astorije Same reason unread counter is server side. If you get highlighted and then the channel receives 500 messages, when you open the client, that message won't be loaded, thus you don't know if you were highlighted.

@maxpoulin64
Copy link
Member

👍 and merging

maxpoulin64 added a commit that referenced this pull request Mar 15, 2016
Keep track of highlights when user is offline
@maxpoulin64 maxpoulin64 merged commit 862b512 into master Mar 15, 2016
@astorije astorije deleted the xpaw/offline-highlight branch March 15, 2016 03:50
@astorije astorije assigned maxpoulin64 and unassigned astorije Mar 15, 2016
@astorije astorije added this to the 1.4.0 milestone Oct 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Tickets that describe a desired feature or PRs that add them to the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants