mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 13:33:21 -08:00
Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `Gemfile.lock`: Not a real conflict, just an upstream dependency udpated textually too close to a glitch-soc-only dependency. Updated dependencies like upstream. - `app/controllers/settings/preferences_controller.rb`: Upstream added settings where we had extra glitch-soc-specific settings. Added upstream's new settings. - `app/models/user.rb`: Upstream added settings where we had extra glitch-soc-specific settings. Added upstream's new settings. - `config/i18n-tasks.yml`: Not a real conflict, just a new upstream line too textually close to a glitch-soc-only line. Ported upstream's change.
This commit is contained in:
commit
ff73d43b35
185 changed files with 1362 additions and 981 deletions
|
|
@ -43,10 +43,10 @@ defaults: &defaults
|
|||
trending_status_cw: true
|
||||
crop_images: true
|
||||
notification_emails:
|
||||
follow: false
|
||||
follow: true
|
||||
reblog: false
|
||||
favourite: false
|
||||
mention: false
|
||||
mention: true
|
||||
follow_request: true
|
||||
digest: true
|
||||
report: true
|
||||
|
|
@ -55,6 +55,7 @@ defaults: &defaults
|
|||
trending_link: false
|
||||
trending_status: false
|
||||
appeal: true
|
||||
always_send_emails: false
|
||||
interactions:
|
||||
must_be_follower: false
|
||||
must_be_following: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue