-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from beekpr/inbox/timestamp
As reported on the hive by Raffaele ``` I found a bug or undesired behavior with the Inbox module. So when we fetch the Inbox, we can order it by date right? Every Inbox response has this "delay" element with a timestamp. However, it looks like when we perform any of the follwing actions, it resets that timestamp to the current time: - Archiving/unarchiving - Muting/unmuting - Marking as read/unread So that means that if, for example, I mute a conversation, then it gets bumped to the top of my inbox which is a bit strange. ``` The fix simply removes setting the timestamp, which I shouldn't have done to begin with, but for the query to be valid I need to do some simple comma-separator fixing.
- Loading branch information
Showing
2 changed files
with
30 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters