proper cache busting

This commit is contained in:
2025-06-04 11:47:35 +02:00
parent 0f9f9d1b73
commit 88c3bc1b5b
20 changed files with 100 additions and 45 deletions

View File

@@ -122,6 +122,6 @@
</div>
{% block extra_js %}
<script src="{{ url_for('static', filename='js/conversations-list.js') }}"></script>
<script src="{{ url_for('static', filename='js/conversations-list.js') }}?v={{ 'js/conversations-list.js'|asset_version }}"></script>
{% endblock %}
{% endblock %}