diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-10 09:14:15 +0300 | 
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-02-10 09:14:15 +0300 | 
| commit | 3830cb538bd3aaee3fc48bc97b57230a558b98cf (patch) | |
| tree | 816f787ea50f15a9512ef764efa7ffabcdc64e2a /lib | |
| parent | cd040691bd28fea1437b8f1c39bb914465e1ff46 (diff) | |
| download | pleroma-3830cb538bd3aaee3fc48bc97b57230a558b98cf.tar.gz pleroma-3830cb538bd3aaee3fc48bc97b57230a558b98cf.zip | |
removed a comments
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 | 
