Add joined date to profiles in web UI (#16169)
This commit is contained in:
parent
b42a8ef7d9
commit
2c77d97e0d
7 changed files with 34 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue