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
1. Is a valid event, otherwise it is dropped. For an event to be valid, it must contain a room_id, and it must comply with the event format of that room version. #260
Passes signature checks, otherwise it is dropped. done someplace else. move here? TODO: 3. Passes hash checks, otherwise it is redacted before being processed further. same as 2 4. Passes authorization rules based on the event’s auth events, otherwise it is rejected.
// TODO: 1. Is a valid event, otherwise it is dropped. For an event to be valid, it must contain a room_id, and it must comply with the event format of that room version.
// 2. Passes signature checks, otherwise it is dropped.
// ^ done someplace else. move here? TODO:
// 3. Passes hash checks, otherwise it is redacted before being processed further. same as 2
// 4. Passes authorization rules based on the event’s auth events, otherwise it is rejected.
This issue was generated by todo-issue based on a TODO comment in 0909f0b. It's been assigned to @debdutdeb because they committed the code.