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:
parent
735798831f
commit
507a39f68f
3 changed files with 20 additions and 3 deletions
|
@ -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']
|
||||
})
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue