telepathyClient: Remove extremely outdated comment
The Shell has not been just an "Observer" for a long while now.
This commit is contained in:
parent
6528f8366f
commit
68b7e8437b
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user