Mayel de Borniol
Mayel de Borniol
- [ ] create UI to add custom emoji in settings (enter a name and upload an image) - [ ] include the user's+instance's `emoji` when in publish `opts` (see...
Eg. from local to S3 or from one S3 to another
- [x] fetch replies - [x] fetch OP - [x] fetch reply_to - [ ] recursively fetch replies of all of those, but only within configured recursion limits (needs a...
### Rationale We've included lot of options, filters and sorting in feed, but part of the logic is still implemented separately for each feed ( pagination, filtering, etc)... By refactoring...
### Still to-do (eg. broken as a result of this refactor) - [ ] use 'before' pagination to check for any new items when one clicks on 'feed' in nav...
optimise `Users.create_missing_boundaries` so it runs quicker and doesn't output constraint errors
also it's bad practice to run seeds/fixtures as part of migrations so may need to run them some other way
Some possible automated test suites: - [ ] #822 and https://verify.funfedi.dev/ (integration in progress) - [x] https://socialweb.coop/activitypub-testing/announcement/ (fixed outbox must use `OrderedCollection` and made note of #871 #872) - [...
- [ ] to be able to hide Posts/Boosts tab when disabling those extensions (currently they assembling in runtime config on app startup, which means tabs are excluded if extension...