250:a3345d0a228d
Anton Shestakov <av6@dwimlabs.net>, Sun, 04 Dec 2016 01:33:05 +0800
index: don't use rivets to update src attribute of <video> elements Changing this attribute twice in a row is bad and shouldn't happen, and we're already setting it in the view (so we can call el.play() immediately afterwards).

previous change 228:5fc7b3d2b864

contrib/provision/roles/prosody/tasks/extra-modules.yml

Permissions: -rw-r--r--

Other formats: Feeds:
---
- name: Fetch extra Prosody modules
hg:
repo: https://hg.prosody.im/prosody-modules/
dest: /var/lib/prosody/extra-modules
revision: default
notify:
- restart prosody
...