8ac1471a89
This new view sorts the messages by threads based on the reply_to. Now we store only the message which started a new thread in the reply_to field to avoid recursive queries.
1 line
116 B
Text
1 line
116 B
Text
$('#message_threads').html('#{j(render('message_threads', message_threads: @message_threads, pagination: true))}');
|