telepathyClient: Remove extremely outdated comment

The Shell has not been just an "Observer" for a long while now.
This commit is contained in:
Jasper St. Pierre 2012-02-14 17:29:52 -05:00
parent 6528f8366f
commit 68b7e8437b

View File

@ -33,11 +33,6 @@ const NotificationDirection = {
RECEIVED: 'chat-received'
};
// This is GNOME Shell's implementation of the Telepathy 'Client'
// interface. Specifically, the shell is a Telepathy 'Observer', which
// lets us see messages even if they belong to another app (eg,
// Empathy).
function makeMessageFromTpMessage(tpMessage, direction) {
let [text, flags] = tpMessage.to_text();