Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gajim/common/events.py')
-rw-r--r--gajim/common/events.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gajim/common/events.py b/gajim/common/events.py
index 59ea378af..fe9c70196 100644
--- a/gajim/common/events.py
+++ b/gajim/common/events.py
@@ -400,6 +400,7 @@ class MamMessageReceived(ApplicationEvent):
kind: KindConstant
occupant_id: str | None
real_jid: JID | None
+ displaymarking: Displaymarking | None
@dataclass