You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we try to fetch an event over federation (notably, if it forms part of the state or auth chain), and we try to validate its signature,
However, if we are unable to perform that validation, then we discard the event; but we might do the same again almost immediately. Possibly we need some sort of backoff.
The text was updated successfully, but these errors were encountered:
This issue has been migrated from #13676.
Sometimes we try to fetch an event over federation (notably, if it forms part of the state or auth chain), and we try to validate its signature,
However, if we are unable to perform that validation, then we discard the event; but we might do the same again almost immediately. Possibly we need some sort of backoff.
The text was updated successfully, but these errors were encountered: