Mohit Gupta
6ec40cf9a0
search: Don't mark messages as read in search narrow.
...
Don't mark unread messages as read while searching.
This behavior will be extended to other narrows later.
Fixes : #12556 .
2019-07-17 17:58:20 -07:00
Mohit Gupta
1902f5210c
message_flags: Batch read flag requests to at most 1k message IDs at a time.
...
Send at most 1k message ids in a single read flag request to avoid locking
large number of rows in server database in a single request and avoid long
processing time.
Fixes #11956 .
2019-05-15 17:56:48 -07:00
Joshua Pan
2aeabf24a6
frontend: Create data structure for starred messages.
2018-08-21 13:42:23 -07:00
Tim Abbott
4b4d420a5f
message_flags: Clarify name for toggle_starred_and_update_server.
...
This makes it clear that the function sends the update to the server,
not just toggling the UI or local data structures.
2018-08-01 11:09:12 -07:00
Joshua Pan
2fcc54ac14
ui: Rename update_starred to update_starred_view.
2018-08-01 11:07:44 -07:00
Steve Howell
41b6999428
node tests: Test message_flags.toggle_starred.
2018-07-03 06:05:22 -07:00