mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
Add joined date to profiles in web UI (#16169)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user