Comment liking on nested comments still broken, update docs to reflect...

codemagic-setup
Hank Grabowski 2023-01-27 18:58:38 -08:00
rodzic e9a0ad3afe
commit cdc0c761c3
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -52,13 +52,12 @@
* Fix inconsistent tap behavior on notifications cards
* Search on the contacts screen now searches handles as well as names
* All contacts now load properly from server
* Liking a nested comment now doesn't appear to forever lock out interactions on that post
* New Features
* Initial paging infrastructure for being able to incrementally load larger sets of things (like
comments)
* First usage of paging system: contacts
* A "Clear Caches" button that clears all memory and disk data. Useful if you want to do a reset
on things like tags, contacts, posts timelines, etc.
on things like tags, contacts, posts timelines, etc.
* Initial implementation of direct messaging including:
* List of conversation threads
* Reading conversation threads

Wyświetl plik

@ -178,6 +178,8 @@ wanted to lay out some expectations before getting into the small details
* On Linux you will need to re-enter your credentials each time you use the app for the first time
after logging in.
* Groups are listed by the order they were created not alphabetically in the drop down menu
* Liking a nested comment can appear to lock up (it stays grayed out). Navigating back and forth
fixes that.
* The "in fill" problem: Timelines fill only at the ends with at most 20 posts per call. So let's
say you logged in at 09:00 and the initial pulls went from 07:00 to 09:00:
```