removed a comments

This commit is contained in:
Maksim Pechnikov 2020-02-10 09:14:15 +03:00
parent cd040691bd
commit 3830cb538b

View file

@ -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