From juanrgar at gmail.com Mon Jul 5 07:47:23 2021 From: juanrgar at gmail.com (=?UTF-8?Q?Juan_Rafael_Garc=C3=ADa_Blanco?=) Date: Mon, 5 Jul 2021 09:47:23 +0200 Subject: [Telepathy] gjs RoomInfo not fully populated Message-ID: Dear all, I'm trying to make a telepathy-based IRC client to show every channel's description. For that, I'm using RoomInfo.get_description(). However, that method always returns null. I'm not sure why. I've checked other information in RoomInfo, and there are other properties that seem not populated. At first, I thought telepathy only gathers information as requested, but couldn't find a method that tells RoomList to retrieve this or that property. Any pointers or suggestions would be appreciated. Thank you, Juan