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
|
||||
}
|
||||
} else {
|
||||
user.prevBridgeStatus = &state
|
||||
user.log.Debugfln("Sent new bridge state %+v", state)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue