mirror of https://github.com/meshcore-dev/MeshCore
Browse Source
Don't store the login timestamp in last_timestamp. Login uses the companion's RTC while messages use the app's clock - when these diverge, messages get silently rejected by the replay check (sender_timestamp < last_timestamp). Login replay protection is already handled by hasSeen() in the mesh layer. Fixes #1551pull/1889/head
3 changed files with 12 additions and 3 deletions
Loading…
Reference in new issue