Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
8f1fffeb
Commit
8f1fffeb
authored
Nov 30, 2018
by
lain
Browse files
Fix transmogrifier test.
parent
d088ac62
Pipeline
#4782
passed with stages
in 7 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/web/activity_pub/transmogrifier.ex
View file @
8f1fffeb
...
...
@@ -447,7 +447,7 @@ def handle_incoming(
update_data
=
new_user_data
|>
Map
.
take
([
:name
,
:bio
,
:avatar
])
|>
Map
.
put
(
:info
,
Map
.
merge
(
actor
.
info
,
%{
"banner"
=>
banner
,
"locked"
=>
locked
})
)
|>
Map
.
put
(
:info
,
%{
"banner"
=>
banner
,
"locked"
=>
locked
})
actor
|>
User
.
upgrade_changeset
(
update_data
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment