forked from MirrorHub/mautrix-whatsapp
Fix deduplicating bridge states
This commit is contained in:
parent
8e2579936f
commit
dd2919fbdb
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ func (user *User) immediateSendBridgeState(state BridgeState) {
|
||||||
retryIn = 64
|
retryIn = 64
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
user.prevBridgeStatus = &state
|
||||||
user.log.Debugfln("Sent new bridge state %+v", state)
|
user.log.Debugfln("Sent new bridge state %+v", state)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue