Ask to include groups posts in latest posts thread.

This commit is contained in:
Pierre HUBERT
2018-07-20 15:17:26 +02:00
parent 476f1b24a7
commit 547daf4741
2 changed files with 6 additions and 3 deletions

View File

@ -92,7 +92,7 @@ ComunicWeb.pages.latestPosts.main = {
_load_list: function(target){
//Perform a request on the server to get the list of latest posts
ComunicWeb.components.posts.interface.get_latest(this._last_post_id, function(response){
ComunicWeb.components.posts.interface.get_latest(this._last_post_id, true, function(response){
//Check for errors - display a modal
if(response.error){