1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-06-27 05:35:16 +00:00

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

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