diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pleroma/marker.ex | 7 | 
1 files changed, 1 insertions, 6 deletions
| diff --git a/lib/pleroma/marker.ex b/lib/pleroma/marker.ex index dab97d8b6..ff5f60351 100644 --- a/lib/pleroma/marker.ex +++ b/lib/pleroma/marker.ex @@ -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 | 
