Mark all messages as read even if user can't see them

This commit is contained in:
Skia 2017-04-10 15:33:43 +02:00
parent cbfaf13536
commit 9e61b11827

View File

@ -127,7 +127,7 @@
{% endif %}
</div>
</div>
{{ m.mark_as_read(user) or "" }}
{% endif %}
{{ m.mark_as_read(user) or "" }}
{% endmacro %}