Merge branch 'main' into glitch-soc/merge-upstream

- `app/views/statuses/_simple_status.html.haml`:
  Small markup change in glitch-soc, on a line that has been modified by
  upstream. Ported upstream changes.
This commit is contained in:
Claire
2021-05-07 18:21:59 +02:00
483 changed files with 13397 additions and 7694 deletions

View File

@@ -13,7 +13,7 @@ RSpec.describe ActivityPub::Activity::Update do
end
let(:modified_sender) do
sender.dup.tap do |modified_sender|
sender.tap do |modified_sender|
modified_sender.display_name = 'Totally modified now'
end
end