Merge pull request #727 from pmelanson/circular-ref-date-change
Fixed a circular ref in date change messages
This commit is contained in:
commit
912a9b45dc
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ weechat.factory('handlers', ['$rootScope', '$log', 'models', 'plugins', 'notific
|
|||
content += ")";
|
||||
|
||||
var line = {
|
||||
buffer: buffer,
|
||||
buffer: buffer.id,
|
||||
date: new_date,
|
||||
prefix: '\u001943\u2500',
|
||||
tags_array: [],
|
||||
|
|
Loading…
Reference in a new issue