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:
Julian Sparber
2024-02-09 20:08:25 +01:00
committed by Florian Müllner
parent d1cf01d67c
commit c5ec3e45e4
7 changed files with 4 additions and 1041 deletions

View File

@ -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.');
}