diff libervia/backend/models/core.py @ 4166:a1f7040b5a15

plugin XEP-0424: message retraction update: - follow specification update (with namespace bump) - retract from history on message reception for group chat - send bridge message
author Goffi <goffi@goffi.org>
date Thu, 30 Nov 2023 13:23:53 +0100
parents 98687eaa6a09
children 0d7bb4df2343
line wrap: on
line diff
--- a/libervia/backend/models/core.py	Tue Nov 28 17:41:49 2023 +0100
+++ b/libervia/backend/models/core.py	Thu Nov 30 13:23:53 2023 +0100
@@ -32,11 +32,6 @@
         super().__init__(**kwargs)
 
 
-class MessageEditData(MessageData):
-    """Data used when a new message edition has been received"""
-    pass
-
-
 class MessageReactionData(MessageUpdateData):
     reactions: dict[str, list[str]] = Field(
         description="Reaction to reacting entities mapping"