twitter api: add "Video" to supported activity types list

This commit is contained in:
William Pitcock 2018-12-23 13:58:45 +00:00
parent 873938d223
commit 34a4ed22c4
1 changed files with 2 additions and 1 deletions

View File

@ -301,7 +301,8 @@ def render_content(%{"type" => "Note"} = object) do
{summary, content}
end
def render_content(%{"type" => object_type} = object) when object_type in ["Article", "Page"] do
def render_content(%{"type" => object_type} = object)
when object_type in ["Article", "Page", "Video"] do
summary = object["name"] || object["summary"]
content =