Add fix for unsupported attachment types

pull/633/head
Omar Roth 6 years ago
parent aa3c1d930b
commit 47f6fe069a
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

@ -820,8 +820,13 @@ def fetch_channel_community(ucid, continuation, locale, config, kemal_config, fo
end end
end end
end end
else
# TODO # TODO
# when .has_key?("pollRenderer")
# attachment = attachment["pollRenderer"]
# json.field "type", "poll"
else
json.field "type", "unknown"
json.field "error", "Unrecognized attachment type."
end end
end end
end end

Loading…
Cancel
Save