diff sat/core/core_types.py @ 3812:722a38e78fd1

core (types): add `is_component` to `SatXMPPEntity`
author Goffi <goffi@goffi.org>
date Wed, 29 Jun 2022 10:14:14 +0200
parents b02fb5fcaa30
children 8289ac1b34f4
line wrap: on
line diff
--- 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