Explorar o código

Fix deduplicating bridge states

Tulir Asokan %!s(int64=3) %!d(string=hai) anos
pai
achega
dd2919fbdb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      bridgestate.go

+ 1 - 0
bridgestate.go

@@ -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
 		}