Commit Graph

7 Commits (10df97c54299bfdfd568c0681d180cc9c7058006)

Author SHA1 Message Date
Renaud Chaput d27216dc46
Enforce import order with ESLint () 2023-05-23 17:15:17 +02:00
Eugen Rochko bc5678d015
Change conversations UI ()
Fix , fix , fix 
2019-09-21 20:01:16 +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
ThibG 5648b30d6c Fix last_status parameter for notifications and conversations () 2018-12-01 18:36:41 +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