From 2d31d9d4706d6fea870f9081a1451448f032473d Mon Sep 17 00:00:00 2001 From: fiaxh Date: Thu, 3 Sep 2020 22:52:07 +0200 Subject: Cleanup --- libdino/src/service/entity_info.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdino/src/service') diff --git a/libdino/src/service/entity_info.vala b/libdino/src/service/entity_info.vala index 7a78b154..7eed2583 100644 --- a/libdino/src/service/entity_info.vala +++ b/libdino/src/service/entity_info.vala @@ -97,7 +97,8 @@ public class EntityInfo : StreamInteractionModule, Object { string? caps_hash = EntityCapabilities.get_caps_hash(presence); if (caps_hash == null) return; - /*db.entity.upsert() + /* TODO check might_be_groupchat before storing + db.entity.upsert() .value(db.entity.account_id, account.id, true) .value(db.entity.jid_id, db.get_jid_id(presence.from), true) .value(db.entity.resource, presence.from.resourcepart, true) -- cgit v1.2.3-54-g00ecf