Don't show date change message for free buffers

This requires requesting the buffer type and handling the
apropriate event
This commit is contained in:
Lorenz Hübschle-Schneider 2015-11-28 20:55:24 +01:00
commit 507a39f68f
3 changed files with 20 additions and 3 deletions

View file

@ -62,7 +62,7 @@ weechat.factory('connection',
return ngWebsockets.send(
weeChat.Protocol.formatHdata({
path: 'buffer:gui_buffers(*)',
keys: ['local_variables,notify,number,full_name,short_name,title,hidden']
keys: ['local_variables,notify,number,full_name,short_name,title,hidden,type']
})
);
};