removed a comments
This commit is contained in:
parent
cd040691bd
commit
3830cb538b
@ -27,12 +27,7 @@ defmodule Pleroma.Marker do
|
||||
timestamps()
|
||||
end
|
||||
|
||||
@doc """
|
||||
Gets markers by user and timeline.
|
||||
|
||||
opts:
|
||||
`recount_unread` - run force recount unread notifications for `true` value
|
||||
"""
|
||||
@doc "Gets markers by user and timeline."
|
||||
@spec get_markers(User.t(), list(String)) :: list(t())
|
||||
def get_markers(user, timelines \\ []) do
|
||||
user
|
||||
|
Loading…
Reference in New Issue
Block a user