This website requires JavaScript.
Explore
Help
Sign In
moon
/
honkoma
Watch
1
Star
0
Fork
You've already forked honkoma
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
917d48d09b
honkoma
/
lib
/
pleroma
/
web
/
rich_media
/
data.ex
4 lines
100 B
Elixir
Raw
Blame
History
defmodule
Pleroma.Web.RichMedia.Data
do
defstruct
[
:title
,
:type
,
:image
,
:url
,
:description
]
end
Reference in New Issue
View Git Blame
Copy Permalink