File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ func (gc *GMConnector) GetCapabilities() *bridgev2.NetworkGeneralCapabilities {
6060}
6161
6262func (gc * GMConnector ) GetBridgeInfoVersion () (info , caps int ) {
63- return 1 , 4
63+ return 1 , 5
6464}
6565
6666// The phone will compress outgoing media on MMS, so we don't need to limit it
@@ -75,7 +75,7 @@ func supportedIfFFmpeg() event.CapabilitySupportLevel {
7575}
7676
7777func capID (chatType string ) string {
78- base := "fi.mau.gmessages.capabilities.2025_10_25 ." + chatType
78+ base := "fi.mau.gmessages.capabilities.2025_10_27 ." + chatType
7979 if ffmpeg .Supported () {
8080 return base + "+ffmpeg"
8181 }
@@ -155,6 +155,7 @@ var rcsCaps = &event.RoomFeatures{
155155 ReactionCount : 1 ,
156156 ReadReceipts : true ,
157157 TypingNotifications : true ,
158+ DeleteChat : true ,
158159}
159160
160161var smsCaps = & event.RoomFeatures {
You can’t perform that action at this time.
0 commit comments