removed a comments

This commit is contained in:
Maksim Pechnikov 2020-02-10 09:14:15 +03:00
parent cd040691bd
commit 3830cb538b
1 changed files with 1 additions and 6 deletions

View File

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