projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove `unread_conversation_count` from User
[akkoma]
/
lib
/
pleroma
/
web
/
rich_media
/
parsers
/
ttl
/
ttl.ex
1
defmodule Pleroma.Web.RichMedia.Parser.TTL do
2
@callback ttl(Map.t(), String.t()) :: {:ok, Integer.t()} | {:error, String.t()}
3
end