From 1eeef494e6cb6c23f207be8715ff39c0e52e3c37 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 22 May 2013 13:18:26 +0200 Subject: Track unread threads And display markers on unread posts in the thread view. --- hyperkitty/templates/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/templates/thread.html') diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index a198014..78ef424 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -80,7 +80,7 @@ // Hide quotes by default in the thread view fold_quotes() // Load the replies - update_thread_replies("{% url 'thread_replies' threadid=threadid mlist_fqdn=mlist.name %}?sort={{sort_mode}}"); + update_thread_replies("{% url 'thread_replies' threadid=threadid mlist_fqdn=mlist.name %}?sort={{sort_mode}}&last_view={{last_view|date:'U'}}"); }); -- cgit