# HG changeset patch # User Goffi # Date 1656490454 -7200 # Node ID 722a38e78fd188bd240eee1689028813c5bcfffc # Parent 24fbc4cad53451c3fa908fa20b14769f4841239e core (types): add `is_component` to `SatXMPPEntity` diff -r 24fbc4cad534 -r 722a38e78fd1 sat/core/core_types.py --- a/sat/core/core_types.py Fri Jun 17 18:25:55 2022 +0200 +++ b/sat/core/core_types.py Wed Jun 29 10:14:14 2022 +0200 @@ -22,3 +22,4 @@ class SatXMPPEntity: jid: t_jid.JID + is_component: bool