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
b9da7d32
Commit
b9da7d32
authored
May 07, 2017
by
lain
Browse files
typo.
parent
73037861
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/web/twitter_api/representers/activity_representer.ex
View file @
b9da7d32
...
...
@@ -4,7 +4,6 @@ defmodule Pleroma.Web.TwitterAPI.Representers.ActivityRepresenter do
alias
Pleroma
.
{
Activity
,
User
}
alias
Calendar
.
Strftime
alias
Pleroma
.
Web
.
TwitterAPI
.
TwitterAPI
alias
Pleroma
.
Wi
defp
user_by_ap_id
(
user_list
,
ap_id
)
do
Enum
.
find
(
user_list
,
fn
(%{
ap_id:
user_id
})
->
ap_id
==
user_id
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