File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 golang.org/x/sync v0.17.0
1616 google.golang.org/protobuf v1.36.10
1717 gopkg.in/yaml.v3 v3.0.1
18- maunium.net/go/mautrix v0.25.3-0.20251022100332-e805815e4120
18+ maunium.net/go/mautrix v0.25.3-0.20251022155641-9fd1e0f87cef
1919)
2020
2121require (
Original file line number Diff line number Diff line change @@ -113,5 +113,5 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
113113gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
114114maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M =
115115maunium.net/go/mauflag v1.0.0 /go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA =
116- maunium.net/go/mautrix v0.25.3-0.20251022100332-e805815e4120 h1:9tknT3v95cmHYYCssiJHUWEU/N1rn7Ft1rziTn0bIHU =
117- maunium.net/go/mautrix v0.25.3-0.20251022100332-e805815e4120 /go.mod h1:EWgYyp2iFZP7pnSm+rufHlO8YVnA2KnoNBDpwekiAwI =
116+ maunium.net/go/mautrix v0.25.3-0.20251022155641-9fd1e0f87cef h1:h+v9hjL0+fOmyi12jLC56l7332VDGLkm3+b7Cz/BLh4 =
117+ maunium.net/go/mautrix v0.25.3-0.20251022155641-9fd1e0f87cef /go.mod h1:EWgYyp2iFZP7pnSm+rufHlO8YVnA2KnoNBDpwekiAwI =
Original file line number Diff line number Diff line change @@ -579,6 +579,7 @@ func (wa *WhatsAppClient) handleWADeleteChat(evt *events.DeleteChat) bool {
579579 Timestamp : evt .Timestamp ,
580580 },
581581 OnlyForMe : true ,
582+ Children : true ,
582583 }).Success
583584}
584585
You can’t perform that action at this time.
0 commit comments