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
f2452d57
Verified
Commit
f2452d57
authored
Mar 02, 2019
by
Haelwenn
Browse files
Pleroma.User: mix format
parent
7b9868f3
Pipeline
#8424
passed with stages
in 3 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/user.ex
View file @
f2452d57
...
...
@@ -1207,10 +1207,10 @@ def parse_bio(bio, user) do
profile_urls
=
[
user
.
ap_id
]
bio
|>
CommonUtils
.
format_input
(
"text/plain"
,
[
|>
CommonUtils
.
format_input
(
"text/plain"
,
mentions_format:
:full
,
rel:
&
RelMe
.
maybe_put_rel_me
(
&1
,
profile_urls
)
]
)
)
|>
elem
(
0
)
|>
Formatter
.
emojify
(
emoji
)
end
...
...
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