components: Drop telepathy client
The telepathy client component has been unmaintained for a long time. Now that we rework the notifications massively it's time to drop the support for it. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3173>
This commit is contained in:

committed by
Florian Müllner

parent
d1cf01d67c
commit
c5ec3e45e4
@ -63,12 +63,3 @@ try {
|
||||
} catch {
|
||||
console.debug('Malcontent is not available, parental controls integration will be disabled.');
|
||||
}
|
||||
|
||||
|
||||
try {
|
||||
// Telepathy is optional, so catch any errors loading it
|
||||
gi.require('TelepathyGLib', '0.12');
|
||||
gi.require('TelepathyLogger', '0.2');
|
||||
} catch {
|
||||
console.debug('Telepathy is not available, chat integration will be disabled.');
|
||||
}
|
||||
|
Reference in New Issue
Block a user