mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
bridgev2/matrix: disable using inbox state endpoint
This commit is contained in:
parent
07d30e77df
commit
7402f5a705
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ func (as *ASIntent) MarkRead(ctx context.Context, roomID id.RoomID, eventID id.E
|
|||
req.FullyRead = eventID
|
||||
req.BeeperFullyReadExtra = extraData
|
||||
}
|
||||
if as.Matrix.IsCustomPuppet && as.Connector.SpecVersions.Supports(mautrix.BeeperFeatureInboxState) {
|
||||
if as.Matrix.IsCustomPuppet && as.Connector.SpecVersions.Supports(mautrix.BeeperFeatureInboxState) && as.Connector.Config.Homeserver.Software != bridgeconfig.SoftwareHungry {
|
||||
err = as.Matrix.SetBeeperInboxState(ctx, roomID, &mautrix.ReqSetBeeperInboxState{
|
||||
//MarkedUnread: ptr.Ptr(false),
|
||||
ReadMarkers: &req,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue