Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mastodon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Boudes
mastodon
Commits
628dcbb7
Unverified
Commit
628dcbb7
authored
2 years ago
by
Claire
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Remove LDSignature on actor Delete activities (#21466)" (#23185)
This reverts commit
f4f2b062
.
parent
a1abda39
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/services/delete_account_service.rb
+1
-1
1 addition, 1 deletion
app/services/delete_account_service.rb
with
1 addition
and
1 deletion
app/services/delete_account_service.rb
+
1
−
1
View file @
628dcbb7
...
...
@@ -267,7 +267,7 @@ class DeleteAccountService < BaseService
end
def
delete_actor_json
@delete_actor_json
||=
Oj
.
dump
(
serialize_payload
(
@account
,
ActivityPub
::
DeleteActorSerializer
))
@delete_actor_json
||=
Oj
.
dump
(
serialize_payload
(
@account
,
ActivityPub
::
DeleteActorSerializer
,
signer:
@account
,
always_sign:
true
))
end
def
delivery_inboxes
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment