]> cat aescling's git repositories - mastodon.git/commitdiff
Merge branch 'master' into glitch-soc/merge-upstream
authorThibaut Girka <thib@sitedethib.com>
Thu, 12 Nov 2020 21:13:57 +0000 (22:13 +0100)
committerThibaut Girka <thib@sitedethib.com>
Thu, 12 Nov 2020 21:13:57 +0000 (22:13 +0100)
Conflicts:
- `app/controllers/relationships_controller.rb`:
  Upstream changed a line too close to a glitch-soc only line related to
  glitch-soc's theming system.
  Applied upstream changes accordingly.

1  2 
Gemfile
Gemfile.lock
app/controllers/relationships_controller.rb
app/helpers/application_helper.rb
app/javascript/mastodon/actions/compose.js
app/javascript/styles/mastodon/components.scss
app/views/relationships/show.html.haml
package.json
yarn.lock

diff --cc Gemfile
Simple merge
diff --cc Gemfile.lock
Simple merge
index f1ab980c88b3e1ac44f696074ae560a1013d2200,96cce55e9e4f6ecf30066d16f169113086a2607b..d40770726c42111da068a9ad3d9e08239c3b5dac
@@@ -5,7 -5,7 +5,8 @@@ class RelationshipsController < Applica
  
    before_action :authenticate_user!
    before_action :set_accounts, only: :show
 +  before_action :set_pack
+   before_action :set_relationships, only: :show
    before_action :set_body_classes
  
    helper_method :following_relationship?, :followed_by_relationship?, :mutual_relationship?
Simple merge
diff --cc package.json
Simple merge
diff --cc yarn.lock
Simple merge