hhroc / yellr-server

Server for yellr project
GNU Affero General Public License v3.0
6 stars 5 forks source link

Add support for Video and Audio types for local feed on website #271

Open thequbit opened 9 years ago

thequbit commented 9 years ago

The /local URL displays all of the local posts. We need to be able to support playing video and audio from this feed. This is going to be tightly coupled with #270 and #269.

The local feed is all done using Mako templates. We'll need to modify the template to support these media types.