forked from AkkomaGang/akkoma
removed a comments
This commit is contained in:
parent
cd040691bd
commit
3830cb538b
1 changed files with 1 additions and 6 deletions
|
@ -27,12 +27,7 @@ defmodule Pleroma.Marker do
|
||||||
timestamps()
|
timestamps()
|
||||||
end
|
end
|
||||||
|
|
||||||
@doc """
|
@doc "Gets markers by user and timeline."
|
||||||
Gets markers by user and timeline.
|
|
||||||
|
|
||||||
opts:
|
|
||||||
`recount_unread` - run force recount unread notifications for `true` value
|
|
||||||
"""
|
|
||||||
@spec get_markers(User.t(), list(String)) :: list(t())
|
@spec get_markers(User.t(), list(String)) :: list(t())
|
||||||
def get_markers(user, timelines \\ []) do
|
def get_markers(user, timelines \\ []) do
|
||||||
user
|
user
|
||||||
|
|
Loading…
Reference in a new issue