* origin/main: (44 commits)
Patch `@lingui/core` to fix `unraw` import resolution error (#2548)
1.65
Fix the fallback to discover behavior on the home feed (#2546)
Bump android version code
Bump ios build number
Add a new home feed-api wrapper and give a header indicating the fallback behavior (#2534)
Add accept-language header (#2457)
rss: filter out replies server-side (#2518)
feat: show muted/blocked status on list card (#2523)
1.64 (#2521)
Bump react-native@0.73.2 (#2519)
Create a profile record on new user (#2520)
fix: truncate long email address (#2493)
fix: set html lang according to app language (#2496)
Ensure sessions and tokens are synced between tabs (#2498)
package.json: cp --verbose doesn't exist on macos (#2501)
Suggest post language correction (#2486)
(optional) In app browser (#2490)
Toggle minimal shell on any scroll for web (#2499)
✨ New report type, appeal (#2455)
...
* Add a new home feed-api wrapper and give a header indicating the fallback behavior
* Sneak in a quick fix: use the correct text color in the delete modal
* Use imported constant
* feat: suggested language
* fix: wording correction
* Factor out SuggestedLanguage into a separate component
* Tighten the language-suggestion confidence to avoid false positives
* Tweak the copy and UI
* Add function fallbacks for safari
---------
Co-authored-by: Mary <pineapplecreamcheese@skiff.com>
* add expo web browser + modal
* add in app browser option to settings
* don't show toggle on web
* Tweak browser-choice UIs
---------
Co-authored-by: Samuel Newman <mozzius@protonmail.com>