also ignore __request_id

This commit is contained in:
Edgar Lin
2025-10-28 15:03:18 -07:00
parent b8223879c9
commit dcb7d036ed
+1 -1
View File
@@ -286,7 +286,7 @@ class Backend:
message = {
key: value
for (key, value) in (dataclasses.asdict(auth_data).items())
if key != "signature"
if key != "signature" and key != "__request_id"
}
if auth_data.reqnum < (self.reqnum - MSG_HISTORY_LEN):
log.debug(