pub fn make_test_event(room_id: &RoomId, content: &str) -> TimelineEvent
Available on crate feature
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
.