Commit Graph

7 Commits (aa6b5b42df7bcde08da6bc4d686a83b4533207df)

Author SHA1 Message Date
Eugen Rochko 4eeff26533
Change account domain block to clear out notifications and follows () 2019-07-25 04:17:35 +02:00
ThibG 6e8743d17a Fix direct timeline pagination in the WebUI ()
The `hasMore` property of timelines in redux store was set whenever an API
request returned only one page of results, *even* if the query only requested
newer conversations (using `since_id`), causing `hasMore` to be incorrectly set to
false whenever fetching new toots in the direct timeline, which happens each time
the direct message column is opened.

(Basically  for direct messages)
2019-02-27 19:13:16 +01:00
Steven Tappert a7e3bd0300 Check for empty "last_status" before sorting DM column ()
* Check for empty "last_status" before sorting

* Small touchups for codeclimate
2018-11-05 18:51:43 +01:00
Eugen Rochko b9d0d209cd
Fix reducer error when conversation has no last status in web UI ()
Fix 
2018-10-31 00:55:20 +01:00
Eugen Rochko a38a452481
Add unread indicator to conversations () 2018-10-19 01:47:29 +02:00
Eugen Rochko 87fdd139b8
Do not push DMs into the home feed ()
* Do not push DMs into the home feed

* Show DMs column after sending a DM, if DMs column is not already shown
2018-10-11 01:31:03 +02:00
Eugen Rochko 774ac47373
Add conversations API ()
* Add conversations API

* Add web UI for conversations

* Add test for conversations API

* Add tests for ConversationAccount

* Improve web UI

* Rename ConversationAccount to AccountConversation

* Remove conversations on block and mute

* Change last_status_id to be a denormalization of status_ids

* Add optimistic locking
2018-10-07 23:44:58 +02:00