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
Some rooms seem to have invalid events missing a type key. This causes the proxy to get upset:
ERR V2: failed to accumulate room error="filterTimelineEvents: event malformed: event JSON missing type key"
When this happens when processing a timeline block, it causes the entire timeline block to be ignored, rather than just the malformed event. In practice, we probably just want to ignore the malformed event and continue on, rather than drop valid events that happen to be alongside the malformed event.
The text was updated successfully, but these errors were encountered:
Some rooms seem to have invalid events missing a
type
key. This causes the proxy to get upset:When this happens when processing a timeline block, it causes the entire timeline block to be ignored, rather than just the malformed event. In practice, we probably just want to ignore the malformed event and continue on, rather than drop valid events that happen to be alongside the malformed event.
The text was updated successfully, but these errors were encountered: