client: support TG -> Matrix disappearing messages

Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
Sumner Evans
2024-10-08 14:02:52 -06:00
parent 132585de34
commit b0e6dcb1d6
3 changed files with 29 additions and 1 deletions
+1
View File
@@ -154,6 +154,7 @@ type GhostMetadata struct {
type PortalMetadata struct {
IsSuperGroup bool `json:"is_supergroup,omitempty"`
ReadUpTo int `json:"read_up_to,omitempty"`
MessagesTTL int `json:"messages_ttl,omitempty"`
}
type MessageMetadata struct {