Benjamin Lee 16de61357e client-api: Don't skip the events field serializing timeline in sync response
This field is marked as required in the spec. Before
7caa8f2739e38c43effd8a215e788cc1aece13c8, the fact that we had it marked
as `skip_serializing_if` didn't really matter, because we were skipping
the entire timeline object when `events` was empty. Now that we can
serialize timelines with zero events, we always need to include the
field.
2024-05-05 03:09:56 -04:00
..
2024-04-04 13:20:58 +02:00
2024-04-27 00:06:19 +02:00
2024-04-04 13:20:58 +02:00
2024-04-04 13:20:58 +02:00