More invalid source fixes
https://bugzilla.gnome.org/show_bug.cgi?id=711732
This commit is contained in:
@ -960,6 +960,8 @@ const ChatNotification = new Lang.Class({
|
||||
},
|
||||
|
||||
appendTimestamp: function() {
|
||||
this._timestampTimeoutId = 0;
|
||||
|
||||
let lastMessageTime = this._history[0].time;
|
||||
let lastMessageDate = new Date(lastMessageTime * 1000);
|
||||
|
||||
|
Reference in New Issue
Block a user