From: Maksim Pechnikov Date: Mon, 10 Feb 2020 06:14:15 +0000 (+0300) Subject: removed a comments X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=3830cb538bd3aaee3fc48bc97b57230a558b98cf;p=akkoma removed a comments --- 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