pub fn make_test_event(room_id: &RoomId, content: &str) -> TimelineEventAvailable on crate features
testing only.Expand description
Create a test event with all data filled, for testing that linked chunk correctly stores event data.
Keep in sync with check_test_event.